#A64273

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

Shades of Rouge #A64273

Tints of Rouge #A64273

Color information

#A64273 (or 0xA64273) is unknown color: approx Rouge. HEX triplet: A6, 42 and 73. RGB value is (166,66,115). Sum of RGB (Red+Green+Blue) = 166+66+115=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A64273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64273 is #59BD8C. Grayscale: #656565. Windows color (decimal): -5881229 or 7553702. OLE color: 7553702.

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

Color convert

RGB16666115-
CMYK00.600.310.35
HSL330.6º43.1%45.49%-
HSV(B)330.6º60.24%65.1%-
XYZ20.7713.2417.68-
YUV101.49135.63174.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.84%
GREEN value IS 66 (26.17% from 255) = 19.02%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=47.84%
G=19.02%
B=33.14%

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
Decimal1666611500.600.310.35330.643.145.49
HexA6427303C1F2314b2b2d
Octal24610216307437435135355
Binary1010011010000101110011011110011111100011101001011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64273; }

 p { color: rgb(166,66,115); }

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

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

 a { background-color: rgb(166,66,115); }

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

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

 span { border-color: rgb(166,66,115); }

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