#A24369

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

Shades of Rouge #A24369

Tints of Rouge #A24369

Color information

#A24369 (or 0xA24369) is unknown color: approx Rouge. HEX triplet: A2, 43 and 69. RGB value is (162,67,105). Sum of RGB (Red+Green+Blue) = 162+67+105=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A24369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24369 is #5DBC96. Grayscale: #636363. Windows color (decimal): -6143127 or 6898594. OLE color: 6898594.

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

Color convert

RGB16267105-
CMYK00.590.350.36
HSL336º41.48%44.9%-
HSV(B)336º58.64%63.53%-
XYZ19.4612.7214.79-
YUV99.74130.97172.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=48.50%
G=20.06%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626710500.590.350.3633641.4844.9
HexA2436903B2324150292d
Octal24210315107343445205155
Binary10100010100001111010010111011100011100100101010000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24369; }

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

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

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

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

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

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

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

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