#A2406D

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

Shades of Rouge #A2406D

Tints of Rouge #A2406D

Color information

#A2406D (or 0xA2406D) is unknown color: approx Rouge. HEX triplet: A2, 40 and 6D. RGB value is (162,64,109). Sum of RGB (Red+Green+Blue) = 162+64+109=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2406D is #5DBF92. Grayscale: #626262. Windows color (decimal): -6143891 or 7159970. OLE color: 7159970.

HSL color Cylindrical-coordinate representation of color #A2406D: hue angle of 332.45º 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 #A2406D is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16264109-
CMYK00.600.330.36
HSL332.45º43.36%44.31%-
HSV(B)332.45º60.49%63.53%-
XYZ19.4912.4515.84-
YUV98.43133.97173.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=48.36%
G=19.10%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626410900.600.330.36332.4543.3644.31
HexA2406D03C212414c2b2c
Octal24210015507441445145354
Binary10100010100000011011010111100100001100100101001100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2406D; }

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

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

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

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

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

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

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

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