#A24C6D

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

Shades of Rouge #A24C6D

Tints of Rouge #A24C6D

Color information

#A24C6D (or 0xA24C6D) is unknown color: approx Rouge. HEX triplet: A2, 4C and 6D. RGB value is (162,76,109). Sum of RGB (Red+Green+Blue) = 162+76+109=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C6D is #5DB392. Grayscale: #696969. Windows color (decimal): -6140819 or 7163042. OLE color: 7163042.

HSL color Cylindrical-coordinate representation of color #A24C6D: hue angle of 336.98º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A24C6D is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16276109-
CMYK00.530.330.36
HSL336.98º36.13%46.67%-
HSV(B)336.98º53.09%63.53%-
XYZ20.2513.9516.09-
YUV105.48129.99168.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 76 (30.08% from 255) = 21.90%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=46.69%
G=21.90%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627610900.530.330.36336.9836.1346.67
HexA24C6D0352124151242f
Octal24211415506541445214457
Binary10100010100110011011010110101100001100100101010001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C6D; }

 p { color: rgb(162,76,109); }

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

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

 a { background-color: rgb(162,76,109); }

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

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

 span { border-color: rgb(162,76,109); }

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