#A62D70

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

Shades of Rouge #A62D70

Tints of Rouge #A62D70

Color information

#A62D70 (or 0xA62D70) is unknown color: approx Rouge. HEX triplet: A6, 2D and 70. RGB value is (166,45,112). Sum of RGB (Red+Green+Blue) = 166+45+112=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62D70 is #59D28F. Grayscale: #585858. Windows color (decimal): -5886608 or 7351718. OLE color: 7351718.

HSL color Cylindrical-coordinate representation of color #A62D70: hue angle of 326.78º 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 #A62D70 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16645112-
CMYK00.730.330.35
HSL326.78º57.35%41.37%-
HSV(B)326.78º72.89%65.1%-
XYZ19.5911.1516.45-
YUV88.82141.09183.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.39%
GREEN value IS 45 (17.97% from 255) = 13.93%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=51.39%
G=13.93%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664511200.730.330.35326.7857.3541.37
HexA62D7004921231473929
Octal24655160011141435077151
Binary10100110101101111000001001001100001100011101000111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62D70; }

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

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

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

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

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

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

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

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