#A64372

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

Shades of Rouge #A64372

Tints of Rouge #A64372

Color information

#A64372 (or 0xA64372) is unknown color: approx Rouge. HEX triplet: A6, 43 and 72. RGB value is (166,67,114). Sum of RGB (Red+Green+Blue) = 166+67+114=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A64372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64372 is #59BC8D. Grayscale: #656565. Windows color (decimal): -5880974 or 7488422. OLE color: 7488422.

HSL color Cylindrical-coordinate representation of color #A64372: hue angle of 331.52º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64372 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16667114-
CMYK00.600.310.35
HSL331.52º42.49%45.69%-
HSV(B)331.52º59.64%65.1%-
XYZ20.7713.3417.4-
YUV101.96134.8173.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.84%
GREEN value IS 67 (26.56% from 255) = 19.31%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=47.84%
G=19.31%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666711400.600.310.35331.5242.4945.69
HexA6437203C1F2314c2a2e
Octal24610316207437435145256
Binary1010011010000111110010011110011111100011101001100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64372; }

 p { color: rgb(166,67,114); }

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

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

 a { background-color: rgb(166,67,114); }

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

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

 span { border-color: rgb(166,67,114); }

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