#A24266

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

Shades of Rouge #A24266

Tints of Rouge #A24266

Color information

#A24266 (or 0xA24266) is unknown color: approx Rouge. HEX triplet: A2, 42 and 66. RGB value is (162,66,102). Sum of RGB (Red+Green+Blue) = 162+66+102=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A24266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24266 is #5DBD99. Grayscale: #626262. Windows color (decimal): -6143386 or 6701730. OLE color: 6701730.

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

Color convert

RGB16266102-
CMYK00.590.370.36
HSL337.5º42.11%44.71%-
HSV(B)337.5º59.26%63.53%-
XYZ19.2512.5413.98-
YUV98.81129.8173.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 102 (40.23% from 255) = 30.91%
R=49.09%
G=20%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626610200.590.370.36337.542.1144.71
HexA2426603B25241522a2d
Octal24210214607345445225255
Binary10100010100001011001100111011100101100100101010010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24266; }

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

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

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

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

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

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

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

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