#A24C6F

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

Shades of Rouge #A24C6F

Tints of Rouge #A24C6F

Color information

#A24C6F (or 0xA24C6F) is unknown color: approx Rouge. HEX triplet: A2, 4C and 6F. RGB value is (162,76,111). Sum of RGB (Red+Green+Blue) = 162+76+111=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C6F is #5DB390. Grayscale: #696969. Windows color (decimal): -6140817 or 7294114. OLE color: 7294114.

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

Color convert

RGB16276111-
CMYK00.530.310.36
HSL335.58º36.13%46.67%-
HSV(B)335.58º53.09%63.53%-
XYZ20.351416.67-
YUV105.7130.99168.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 76 (30.08% from 255) = 21.78%
BLUE value IS 111 (43.75% from 255) = 31.81%
R=46.42%
G=21.78%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627611100.530.310.36335.5836.1346.67
HexA24C6F0351F24150242f
Octal24211415706537445204457
Binary1010001010011001101111011010111111100100101010000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C6F; }

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

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

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

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

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

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

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

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