#A24C6C

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

Shades of Rouge #A24C6C

Tints of Rouge #A24C6C

Color information

#A24C6C (or 0xA24C6C) is unknown color: approx Rouge. HEX triplet: A2, 4C and 6C. RGB value is (162,76,108). Sum of RGB (Red+Green+Blue) = 162+76+108=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C6C is #5DB393. Grayscale: #696969. Windows color (decimal): -6140820 or 7097506. OLE color: 7097506.

HSL color Cylindrical-coordinate representation of color #A24C6C: hue angle of 337.67º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A24C6C is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16276108-
CMYK00.530.330.36
HSL337.67º36.13%46.67%-
HSV(B)337.67º53.09%63.53%-
XYZ20.1913.9315.81-
YUV105.36129.49168.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 76 (30.08% from 255) = 21.97%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=46.82%
G=21.97%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627610800.530.330.36337.6736.1346.67
HexA24C6C0352124152242f
Octal24211415406541445224457
Binary10100010100110011011000110101100001100100101010010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C6C; }

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

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

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

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

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

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

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

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