#A24770

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

Shades of Rouge #A24770

Tints of Rouge #A24770

Color information

#A24770 (or 0xA24770) is unknown color: approx Rouge. HEX triplet: A2, 47 and 70. RGB value is (162,71,112). Sum of RGB (Red+Green+Blue) = 162+71+112=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A24770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24770 is #5DB88F. Grayscale: #666666. Windows color (decimal): -6142096 or 7358370. OLE color: 7358370.

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

Color convert

RGB16271112-
CMYK00.560.310.36
HSL332.97º39.06%45.69%-
HSV(B)332.97º56.17%63.53%-
XYZ20.0813.3616.85-
YUV102.88133.15170.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 71 (28.12% from 255) = 20.58%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=46.96%
G=20.58%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627111200.560.310.36332.9739.0645.69
HexA247700381F2414d272e
Octal24210716007037445154756
Binary1010001010001111110000011100011111100100101001101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24770; }

 p { color: rgb(162,71,112); }

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

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

 a { background-color: rgb(162,71,112); }

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

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

 span { border-color: rgb(162,71,112); }

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