#A62D63

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

Shades of Rouge #A62D63

Tints of Rouge #A62D63

Color information

#A62D63 (or 0xA62D63) is unknown color: approx Rouge. HEX triplet: A6, 2D and 63. RGB value is (166,45,99). Sum of RGB (Red+Green+Blue) = 166+45+99=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62D63 is #59D29C. Grayscale: #575757. Windows color (decimal): -5886621 or 6499750. OLE color: 6499750.

HSL color Cylindrical-coordinate representation of color #A62D63: hue angle of 333.22º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A62D63 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB1664599-
CMYK00.730.400.35
HSL333.22º57.35%41.37%-
HSV(B)333.22º72.89%65.1%-
XYZ18.9210.8812.91-
YUV87.34134.59184.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.55%
GREEN value IS 45 (17.97% from 255) = 14.52%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=53.55%
G=14.52%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166459900.730.400.35333.2257.3541.37
HexA62D63049282314d3929
Octal24655143011150435157151
Binary10100110101101110001101001001101000100011101001101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62D63; }

 p { color: rgb(166,45,99); }

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

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

 a { background-color: rgb(166,45,99); }

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

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

 span { border-color: rgb(166,45,99); }

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