#A24669

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

Shades of Rouge #A24669

Tints of Rouge #A24669

Color information

#A24669 (or 0xA24669) is unknown color: approx Rouge. HEX triplet: A2, 46 and 69. RGB value is (162,70,105). Sum of RGB (Red+Green+Blue) = 162+70+105=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A24669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24669 is #5DB996. Grayscale: #656565. Windows color (decimal): -6142359 or 6899362. OLE color: 6899362.

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

Color convert

RGB16270105-
CMYK00.570.350.36
HSL337.17º39.66%45.49%-
HSV(B)337.17º56.79%63.53%-
XYZ19.6413.0814.85-
YUV101.5129.98171.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=48.07%
G=20.77%
B=31.16%

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
Decimal1627010500.570.350.36337.1739.6645.49
HexA246690392324151282d
Octal24210615107143445215055
Binary10100010100011011010010111001100011100100101010001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24669; }

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

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

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

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

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

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

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

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