#A24765

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

Shades of Rouge #A24765

Tints of Rouge #A24765

Color information

#A24765 (or 0xA24765) is unknown color: approx Rouge. HEX triplet: A2, 47 and 65. RGB value is (162,71,101). Sum of RGB (Red+Green+Blue) = 162+71+101=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A24765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24765 is #5DB89A. Grayscale: #656565. Windows color (decimal): -6142107 or 6637474. OLE color: 6637474.

HSL color Cylindrical-coordinate representation of color #A24765: hue angle of 340.22º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24765 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16271101-
CMYK00.560.380.36
HSL340.22º39.06%45.69%-
HSV(B)340.22º56.17%63.53%-
XYZ19.513.1313.82-
YUV101.63127.65171.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 71 (28.12% from 255) = 21.26%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=48.50%
G=21.26%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627110100.560.380.36340.2239.0645.69
HexA247650382624154272e
Octal24210714507046445244756
Binary10100010100011111001010111000100110100100101010100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24765; }

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

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

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

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

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

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

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

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