#A24569

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

Shades of Rouge #A24569

Tints of Rouge #A24569

Color information

#A24569 (or 0xA24569) is unknown color: approx Rouge. HEX triplet: A2, 45 and 69. RGB value is (162,69,105). Sum of RGB (Red+Green+Blue) = 162+69+105=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A24569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24569 is #5DBA96. Grayscale: #646464. Windows color (decimal): -6142615 or 6899106. OLE color: 6899106.

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

Color convert

RGB16269105-
CMYK00.570.350.36
HSL336.77º40.26%45.29%-
HSV(B)336.77º57.41%63.53%-
XYZ19.5812.9614.83-
YUV100.91130.31171.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.21%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 105 (41.41% from 255) = 31.25%
R=48.21%
G=20.54%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626910500.570.350.36336.7740.2645.29
HexA245690392324151282d
Octal24210515107143445215055
Binary10100010100010111010010111001100011100100101010001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24569; }

 p { color: rgb(162,69,105); }

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

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

 a { background-color: rgb(162,69,105); }

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

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

 span { border-color: rgb(162,69,105); }

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