#A2406E

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

Shades of Rouge #A2406E

Tints of Rouge #A2406E

Color information

#A2406E (or 0xA2406E) is unknown color: approx Rouge. HEX triplet: A2, 40 and 6E. RGB value is (162,64,110). Sum of RGB (Red+Green+Blue) = 162+64+110=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2406E is #5DBF91. Grayscale: #626262. Windows color (decimal): -6143890 or 7225506. OLE color: 7225506.

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

Color convert

RGB16264110-
CMYK00.600.320.36
HSL331.84º43.36%44.31%-
HSV(B)331.84º60.49%63.53%-
XYZ19.5512.4716.13-
YUV98.55134.47173.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.21%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=48.21%
G=19.05%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626411000.600.320.36331.8443.3644.31
HexA2406E03C202414c2b2c
Octal24210015607440445145354
Binary10100010100000011011100111100100000100100101001100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2406E; }

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

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

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

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

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

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

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

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