#A24165

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

Shades of Rouge #A24165

Tints of Rouge #A24165

Color information

#A24165 (or 0xA24165) is unknown color: approx Rouge. HEX triplet: A2, 41 and 65. RGB value is (162,65,101). Sum of RGB (Red+Green+Blue) = 162+65+101=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A24165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24165 is #5DBE9A. Grayscale: #626262. Windows color (decimal): -6143643 or 6635938. OLE color: 6635938.

HSL color Cylindrical-coordinate representation of color #A24165: hue angle of 337.73º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24165 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16265101-
CMYK00.600.380.36
HSL337.73º42.73%44.51%-
HSV(B)337.73º59.88%63.53%-
XYZ19.1412.413.7-
YUV98.11129.64173.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 65 (25.78% from 255) = 19.82%
BLUE value IS 101 (39.84% from 255) = 30.79%
R=49.39%
G=19.82%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626510100.600.380.36337.7342.7344.51
HexA2416503C26241522b2d
Octal24210114507446445225355
Binary10100010100000111001010111100100110100100101010010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24165; }

 p { color: rgb(162,65,101); }

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

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

 a { background-color: rgb(162,65,101); }

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

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

 span { border-color: rgb(162,65,101); }

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