#A62D69

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

Shades of Rouge #A62D69

Tints of Rouge #A62D69

Color information

#A62D69 (or 0xA62D69) is unknown color: approx Rouge. HEX triplet: A6, 2D and 69. RGB value is (166,45,105). Sum of RGB (Red+Green+Blue) = 166+45+105=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62D69 is #59D296. Grayscale: #575757. Windows color (decimal): -5886615 or 6892966. OLE color: 6892966.

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

Color convert

RGB16645105-
CMYK00.730.370.35
HSL330.25º57.35%41.37%-
HSV(B)330.25º72.89%65.1%-
XYZ19.211114.48-
YUV88.02137.59183.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.53%
GREEN value IS 45 (17.97% from 255) = 14.24%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=52.53%
G=14.24%
B=33.23%

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
Decimal1664510500.730.370.35330.2557.3541.37
HexA62D69049252314a3929
Octal24655151011145435127151
Binary10100110101101110100101001001100101100011101001010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62D69; }

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

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

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

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

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

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

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

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