#A2406C

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

Shades of Rouge #A2406C

Tints of Rouge #A2406C

Color information

#A2406C (or 0xA2406C) is unknown color: approx Rouge. HEX triplet: A2, 40 and 6C. RGB value is (162,64,108). Sum of RGB (Red+Green+Blue) = 162+64+108=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A2406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2406C is #5DBF93. Grayscale: #626262. Windows color (decimal): -6143892 or 7094434. OLE color: 7094434.

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

Color convert

RGB16264108-
CMYK00.600.330.36
HSL333.06º43.36%44.31%-
HSV(B)333.06º60.49%63.53%-
XYZ19.4412.4315.56-
YUV98.32133.47173.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 64 (25.39% from 255) = 19.16%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=48.50%
G=19.16%
B=32.34%

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
Decimal1626410800.600.330.36333.0643.3644.31
HexA2406C03C212414d2b2c
Octal24210015407441445155354
Binary10100010100000011011000111100100001100100101001101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2406C; }

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

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

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

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

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

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

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

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