#A63867

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

Shades of Rouge #A63867

Tints of Rouge #A63867

Color information

#A63867 (or 0xA63867) is unknown color: approx Rouge. HEX triplet: A6, 38 and 67. RGB value is (166,56,103). Sum of RGB (Red+Green+Blue) = 166+56+103=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A63867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63867 is #59C798. Grayscale: #5E5E5E. Windows color (decimal): -5883801 or 6764710. OLE color: 6764710.

HSL color Cylindrical-coordinate representation of color #A63867: hue angle of 334.36º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A63867 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB16656103-
CMYK00.660.380.35
HSL334.36º49.55%43.53%-
HSV(B)334.36º66.27%65.1%-
XYZ19.5911.9114.1-
YUV94.25132.94179.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 56 (22.27% from 255) = 17.23%
BLUE value IS 103 (40.62% from 255) = 31.69%
R=51.08%
G=17.23%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665610300.660.380.35334.3649.5543.53
HexA63867042262314e322c
Octal24670147010246435166254
Binary10100110111000110011101000010100110100011101001110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63867; }

 p { color: rgb(166,56,103); }

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

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

 a { background-color: rgb(166,56,103); }

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

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

 span { border-color: rgb(166,56,103); }

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