#A24469

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

Shades of Rouge #A24469

Tints of Rouge #A24469

Color information

#A24469 (or 0xA24469) is unknown color: approx Rouge. HEX triplet: A2, 44 and 69. RGB value is (162,68,105). Sum of RGB (Red+Green+Blue) = 162+68+105=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A24469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24469 is #5DBB96. Grayscale: #646464. Windows color (decimal): -6142871 or 6898850. OLE color: 6898850.

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

Color convert

RGB16268105-
CMYK00.580.350.36
HSL336.38º40.87%45.1%-
HSV(B)336.38º58.02%63.53%-
XYZ19.5212.8414.81-
YUV100.32130.64171.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=48.36%
G=20.30%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626810500.580.350.36336.3840.8745.1
HexA2446903A2324150292d
Octal24210415107243445205155
Binary10100010100010011010010111010100011100100101010000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24469; }

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

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

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

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

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

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

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

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