#A24664

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

Shades of Rouge #A24664

Tints of Rouge #A24664

Color information

#A24664 (or 0xA24664) is unknown color: approx Rouge. HEX triplet: A2, 46 and 64. RGB value is (162,70,100). Sum of RGB (Red+Green+Blue) = 162+70+100=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A24664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24664 is #5DB99B. Grayscale: #646464. Windows color (decimal): -6142364 or 6571682. OLE color: 6571682.

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

Color convert

RGB16270100-
CMYK00.570.380.36
HSL340.43º39.66%45.49%-
HSV(B)340.43º56.79%63.53%-
XYZ19.3912.9813.54-
YUV100.93127.48171.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 70 (27.73% from 255) = 21.08%
BLUE value IS 100 (39.45% from 255) = 30.12%
R=48.80%
G=21.08%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627010000.570.380.36340.4339.6645.49
HexA246640392624154282d
Octal24210614407146445245055
Binary10100010100011011001000111001100110100100101010100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24664; }

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

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

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

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

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

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

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

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