#A8456C

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

Shades of Rouge #A8456C

Tints of Rouge #A8456C

Color information

#A8456C (or 0xA8456C) is unknown color: approx Rouge. HEX triplet: A8, 45 and 6C. RGB value is (168,69,108). Sum of RGB (Red+Green+Blue) = 168+69+108=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8456C is #57BA93. Grayscale: #666666. Windows color (decimal): -5749396 or 7095720. OLE color: 7095720.

HSL color Cylindrical-coordinate representation of color #A8456C: hue angle of 336.36º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8456C is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB16869108-
CMYK00.590.360.34
HSL336.36º41.77%46.47%-
HSV(B)336.36º58.93%65.88%-
XYZ20.9813.6615.72-
YUV103.05130.8174.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.70%
GREEN value IS 69 (27.34% from 255) = 20%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=48.70%
G=20%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686910800.590.360.34336.3641.7746.47
HexA8456C03B24221502a2e
Octal25010515407344425205256
Binary10101000100010111011000111011100100100010101010000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8456C; }

 p { color: rgb(168,69,108); }

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

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

 a { background-color: rgb(168,69,108); }

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

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

 span { border-color: rgb(168,69,108); }

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