#a8366e

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

Shades of Rouge #A8366E

Tints of Rouge #A8366E

Color information

#A8366E (or 0xA8366E) is unknown color: approx Rouge. HEX triplet: A8, 36 and 6E. RGB value is (168,54,110). Sum of RGB (Red+Green+Blue) = 168+54+110=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8366E is #57C991. Grayscale: #5E5E5E. Windows color (decimal): -5753234 or 7222952. OLE color: 7222952.

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

Color convert

RGB16854110-
CMYK00.680.350.34
HSL330.53º51.35%43.53%-
HSV(B)330.53º67.86%65.88%-
XYZ20.2812.0916.02-
YUV94.47136.77180.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.60%
GREEN value IS 54 (21.48% from 255) = 16.27%
BLUE value IS 110 (43.36% from 255) = 33.13%
R=50.60%
G=16.27%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685411000.680.350.34330.5351.3543.53
HexA8366E044232214b332c
Octal25066156010443425136354
Binary10101000110110110111001000100100011100010101001011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8366e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8366e; }

 p { color: rgb(168,54,110); }

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

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

 a { background-color: rgb(168,54,110); }

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

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

 span { border-color: rgb(168,54,110); }

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