#A43062

Color #A43062 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A43062

Tints of Rouge #A43062

Color information

#A43062 (or 0xA43062) is unknown color: approx Rouge. HEX triplet: A4, 30 and 62. RGB value is (164,48,98). Sum of RGB (Red+Green+Blue) = 164+48+98=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A43062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43062 is #5BCF9D. Grayscale: #585858. Windows color (decimal): -6016926 or 6434980. OLE color: 6434980.

HSL color Cylindrical-coordinate representation of color #A43062: hue angle of 334.14º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43062 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1644898-
CMYK00.710.400.36
HSL334.14º54.72%41.57%-
HSV(B)334.14º70.73%64.31%-
XYZ18.5710.8912.68-
YUV88.38133.43181.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 52.90%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 98 (38.67% from 255) = 31.61%
R=52.90%
G=15.48%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164489800.710.400.36334.1454.7241.57
HexA43062047282414e372a
Octal24460142010750445166752
Binary10100100110000110001001000111101000100100101001110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43062; }

 p { color: rgb(164,48,98); }

 H1.HeaderClassName
 {
   color: #A43062;
 }
 .AnyTagClassName
 {
   color: #A43062;
 }
</style>
background-color css

<style>
 a { background-color: #A43062; }

 a { background-color: rgb(164,48,98); }

 div.DivClassName
 {
   background-color: #A43062;
 }
 .BgClassName
 {
   background-color: #A43062;
 }
</style>
border-color css

<style>
 span { border-color: #A43062; }

 span { border-color: rgb(164,48,98); }

 td.TdClassName
 {
   border-color: #A43062;
 }
 .TagClassName
 {
   border-color: #A43062;
 }
</style>