#A24272

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

Shades of Rouge #A24272

Tints of Rouge #A24272

Color information

#A24272 (or 0xA24272) is unknown color: approx Rouge. HEX triplet: A2, 42 and 72. RGB value is (162,66,114). Sum of RGB (Red+Green+Blue) = 162+66+114=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A24272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24272 is #5DBD8D. Grayscale: #646464. Windows color (decimal): -6143374 or 7488162. OLE color: 7488162.

HSL color Cylindrical-coordinate representation of color #A24272: hue angle of 330º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A24272 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16266114-
CMYK00.590.300.36
HSL330º42.11%44.71%-
HSV(B)330º59.26%63.53%-
XYZ19.8912.7917.34-
YUV100.18135.8172.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 66 (26.17% from 255) = 19.30%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=47.37%
G=19.30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626611400.590.300.3633042.1144.71
HexA2427203B1E2414a2a2d
Octal24210216207336445125255
Binary1010001010000101110010011101111110100100101001010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24272; }

 p { color: rgb(162,66,114); }

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

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

 a { background-color: rgb(162,66,114); }

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

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

 span { border-color: rgb(162,66,114); }

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