#A2406A

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

Shades of Rouge #A2406A

Tints of Rouge #A2406A

Color information

#A2406A (or 0xA2406A) is unknown color: approx Rouge. HEX triplet: A2, 40 and 6A. RGB value is (162,64,106). Sum of RGB (Red+Green+Blue) = 162+64+106=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A2406A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2406A is #5DBF95. Grayscale: #626262. Windows color (decimal): -6143894 or 6963362. OLE color: 6963362.

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

Color convert

RGB16264106-
CMYK00.600.350.36
HSL334.29º43.36%44.31%-
HSV(B)334.29º60.49%63.53%-
XYZ19.3412.3915.01-
YUV98.09132.47173.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 64 (25.39% from 255) = 19.28%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=48.80%
G=19.28%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626410600.600.350.36334.2943.3644.31
HexA2406A03C232414e2b2c
Octal24210015207443445165354
Binary10100010100000011010100111100100011100100101001110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2406A; }

 p { color: rgb(162,64,106); }

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

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

 a { background-color: rgb(162,64,106); }

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

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

 span { border-color: rgb(162,64,106); }

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