#A8376E

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

Shades of Rouge #A8376E

Tints of Rouge #A8376E

Color information

#A8376E (or 0xA8376E) is unknown color: approx Rouge. HEX triplet: A8, 37 and 6E. RGB value is (168,55,110). Sum of RGB (Red+Green+Blue) = 168+55+110=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8376E is #57C891. Grayscale: #5E5E5E. Windows color (decimal): -5752978 or 7223208. OLE color: 7223208.

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

Color convert

RGB16855110-
CMYK00.670.350.34
HSL330.8º50.67%43.73%-
HSV(B)330.8º67.26%65.88%-
XYZ20.3312.1816.03-
YUV95.06136.44180.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.45%
GREEN value IS 55 (21.88% from 255) = 16.52%
BLUE value IS 110 (43.36% from 255) = 33.03%
R=50.45%
G=16.52%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685511000.670.350.34330.850.6743.73
HexA8376E043232214b332c
Octal25067156010343425136354
Binary10101000110111110111001000011100011100010101001011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8376E; }

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

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

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

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

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

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

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

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