#A62A6F

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

Shades of Rouge #A62A6F

Tints of Rouge #A62A6F

Color information

#A62A6F (or 0xA62A6F) is unknown color: approx Rouge. HEX triplet: A6, 2A and 6F. RGB value is (166,42,111). Sum of RGB (Red+Green+Blue) = 166+42+111=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62A6F is #59D590. Grayscale: #565656. Windows color (decimal): -5887377 or 7285414. OLE color: 7285414.

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

Color convert

RGB16642111-
CMYK00.750.330.35
HSL326.61º59.62%40.78%-
HSV(B)326.61º74.7%65.1%-
XYZ19.4210.9116.12-
YUV86.94141.58184.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.04%
GREEN value IS 42 (16.80% from 255) = 13.17%
BLUE value IS 111 (43.75% from 255) = 34.80%
R=52.04%
G=13.17%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664211100.750.330.35326.6159.6240.78
HexA62A6F04B21231473c29
Octal24652157011341435077451
Binary10100110101010110111101001011100001100011101000111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62A6F; }

 p { color: rgb(166,42,111); }

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

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

 a { background-color: rgb(166,42,111); }

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

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

 span { border-color: rgb(166,42,111); }

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