#A63670

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

Shades of Rouge #A63670

Tints of Rouge #A63670

Color information

#A63670 (or 0xA63670) is unknown color: approx Rouge. HEX triplet: A6, 36 and 70. RGB value is (166,54,112). Sum of RGB (Red+Green+Blue) = 166+54+112=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A63670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63670 is #59C98F. Grayscale: #5D5D5D. Windows color (decimal): -5884304 or 7354022. OLE color: 7354022.

HSL color Cylindrical-coordinate representation of color #A63670: hue angle of 328.93º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63670 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16654112-
CMYK00.670.330.35
HSL328.93º50.91%43.14%-
HSV(B)328.93º67.47%65.1%-
XYZ19.9711.9216.58-
YUV94.1138.11179.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 16.27%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=50%
G=16.27%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665411200.670.330.35328.9350.9143.14
HexA636700432123149332b
Octal24666160010341435116353
Binary10100110110110111000001000011100001100011101001001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63670; }

 p { color: rgb(166,54,112); }

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

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

 a { background-color: rgb(166,54,112); }

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

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

 span { border-color: rgb(166,54,112); }

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