#A62F68

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

Shades of Rouge #A62F68

Tints of Rouge #A62F68

Color information

#A62F68 (or 0xA62F68) is unknown color: approx Rouge. HEX triplet: A6, 2F and 68. RGB value is (166,47,104). Sum of RGB (Red+Green+Blue) = 166+47+104=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62F68 is #59D097. Grayscale: #585858. Windows color (decimal): -5886104 or 6827942. OLE color: 6827942.

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

Color convert

RGB16647104-
CMYK00.720.370.35
HSL331.26º55.87%41.76%-
HSV(B)331.26º71.69%65.1%-
XYZ19.2411.1414.23-
YUV89.08136.42182.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.37%
GREEN value IS 47 (18.75% from 255) = 14.83%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=52.37%
G=14.83%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664710400.720.370.35331.2655.8741.76
HexA62F68048252314b382a
Octal24657150011045435137052
Binary10100110101111110100001001000100101100011101001011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62F68; }

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

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

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

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

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

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

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

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