#A24666

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

Shades of Rouge #A24666

Tints of Rouge #A24666

Color information

#A24666 (or 0xA24666) is unknown color: approx Rouge. HEX triplet: A2, 46 and 66. RGB value is (162,70,102). Sum of RGB (Red+Green+Blue) = 162+70+102=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A24666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24666 is #5DB999. Grayscale: #656565. Windows color (decimal): -6142362 or 6702754. OLE color: 6702754.

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

Color convert

RGB16270102-
CMYK00.570.370.36
HSL339.13º39.66%45.49%-
HSV(B)339.13º56.79%63.53%-
XYZ19.4913.0214.06-
YUV101.16128.48171.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 70 (27.73% from 255) = 20.96%
BLUE value IS 102 (40.23% from 255) = 30.54%
R=48.50%
G=20.96%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627010200.570.370.36339.1339.6645.49
HexA246660392524153282d
Octal24210614607145445235055
Binary10100010100011011001100111001100101100100101010011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24666; }

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

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

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

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

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

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

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

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