#A62F66

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

Shades of Rouge #A62F66

Tints of Rouge #A62F66

Color information

#A62F66 (or 0xA62F66) is unknown color: approx Rouge. HEX triplet: A6, 2F and 66. RGB value is (166,47,102). Sum of RGB (Red+Green+Blue) = 166+47+102=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62F66 is #59D099. Grayscale: #585858. Windows color (decimal): -5886106 or 6696870. OLE color: 6696870.

HSL color Cylindrical-coordinate representation of color #A62F66: hue angle of 332.27º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62F66 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16647102-
CMYK00.720.390.35
HSL332.27º55.87%41.76%-
HSV(B)332.27º71.69%65.1%-
XYZ19.1411.113.7-
YUV88.85135.42183.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.70%
GREEN value IS 47 (18.75% from 255) = 14.92%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=52.70%
G=14.92%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664710200.720.390.35332.2755.8741.76
HexA62F66048272314c382a
Octal24657146011047435147052
Binary10100110101111110011001001000100111100011101001100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62F66; }

 p { color: rgb(166,47,102); }

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

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

 a { background-color: rgb(166,47,102); }

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

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

 span { border-color: rgb(166,47,102); }

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