#A62D68

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

Shades of Rouge #A62D68

Tints of Rouge #A62D68

Color information

#A62D68 (or 0xA62D68) is unknown color: approx Rouge. HEX triplet: A6, 2D and 68. RGB value is (166,45,104). Sum of RGB (Red+Green+Blue) = 166+45+104=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62D68 is #59D297. Grayscale: #575757. Windows color (decimal): -5886616 or 6827430. OLE color: 6827430.

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

Color convert

RGB16645104-
CMYK00.730.370.35
HSL330.74º57.35%41.37%-
HSV(B)330.74º72.89%65.1%-
XYZ19.1610.9814.21-
YUV87.9137.09183.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.70%
GREEN value IS 45 (17.97% from 255) = 14.29%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=52.70%
G=14.29%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664510400.730.370.35330.7457.3541.37
HexA62D68049252314b3929
Octal24655150011145435137151
Binary10100110101101110100001001001100101100011101001011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62D68; }

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

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

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

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

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

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

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

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