#A24B6D

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

Shades of Rouge #A24B6D

Tints of Rouge #A24B6D

Color information

#A24B6D (or 0xA24B6D) is unknown color: approx Rouge. HEX triplet: A2, 4B and 6D. RGB value is (162,75,109). Sum of RGB (Red+Green+Blue) = 162+75+109=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24B6D is #5DB492. Grayscale: #686868. Windows color (decimal): -6141075 or 7162786. OLE color: 7162786.

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

Color convert

RGB16275109-
CMYK00.540.330.36
HSL336.55º36.71%46.47%-
HSV(B)336.55º53.7%63.53%-
XYZ20.1813.8216.07-
YUV104.89130.32168.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=46.82%
G=21.68%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627510900.540.330.36336.5536.7146.47
HexA24B6D0362124151252e
Octal24211315506641445214556
Binary10100010100101111011010110110100001100100101010001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B6D; }

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

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

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

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

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

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

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

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