#A62C6B

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

Shades of Rouge #A62C6B

Tints of Rouge #A62C6B

Color information

#A62C6B (or 0xA62C6B) is unknown color: approx Rouge. HEX triplet: A6, 2C and 6B. RGB value is (166,44,107). Sum of RGB (Red+Green+Blue) = 166+44+107=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62C6B is #59D394. Grayscale: #575757. Windows color (decimal): -5886869 or 7023782. OLE color: 7023782.

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

Color convert

RGB16644107-
CMYK00.730.360.35
HSL329.02º58.1%41.18%-
HSV(B)329.02º73.49%65.1%-
XYZ19.2810.9715.01-
YUV87.66138.92183.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.37%
GREEN value IS 44 (17.58% from 255) = 13.88%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=52.37%
G=13.88%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664410700.730.360.35329.0258.141.18
HexA62C6B04924231493a29
Octal24654153011144435117251
Binary10100110101100110101101001001100100100011101001001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62C6B; }

 p { color: rgb(166,44,107); }

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

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

 a { background-color: rgb(166,44,107); }

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

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

 span { border-color: rgb(166,44,107); }

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