#A63068

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

Shades of Rouge #A63068

Tints of Rouge #A63068

Color information

#A63068 (or 0xA63068) is unknown color: approx Rouge. HEX triplet: A6, 30 and 68. RGB value is (166,48,104). Sum of RGB (Red+Green+Blue) = 166+48+104=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A63068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63068 is #59CF97. Grayscale: #595959. Windows color (decimal): -5885848 or 6828198. OLE color: 6828198.

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

Color convert

RGB16648104-
CMYK00.710.370.35
HSL331.53º55.14%41.96%-
HSV(B)331.53º71.08%65.1%-
XYZ19.2811.2214.25-
YUV89.67136.09182.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.20%
GREEN value IS 48 (19.14% from 255) = 15.09%
BLUE value IS 104 (41.02% from 255) = 32.70%
R=52.20%
G=15.09%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664810400.710.370.35331.5355.1441.96
HexA63068047252314c372a
Octal24660150010745435146752
Binary10100110110000110100001000111100101100011101001100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63068; }

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

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

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

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

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

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

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

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