#A24B6F

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

Shades of Rouge #A24B6F

Tints of Rouge #A24B6F

Color information

#A24B6F (or 0xA24B6F) is unknown color: approx Rouge. HEX triplet: A2, 4B and 6F. RGB value is (162,75,111). Sum of RGB (Red+Green+Blue) = 162+75+111=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24B6F is #5DB490. Grayscale: #696969. Windows color (decimal): -6141073 or 7293858. OLE color: 7293858.

HSL color Cylindrical-coordinate representation of color #A24B6F: hue angle of 335.17º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24B6F is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16275111-
CMYK00.540.310.36
HSL335.17º36.71%46.47%-
HSV(B)335.17º53.7%63.53%-
XYZ20.2913.8616.65-
YUV105.12131.32168.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=46.55%
G=21.55%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627511100.540.310.36335.1736.7146.47
HexA24B6F0361F2414f252e
Octal24211315706637445174556
Binary1010001010010111101111011011011111100100101001111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B6F; }

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

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

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

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

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

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

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

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