#A8456A

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

Shades of Rouge #A8456A

Tints of Rouge #A8456A

Color information

#A8456A (or 0xA8456A) is unknown color: approx Rouge. HEX triplet: A8, 45 and 6A. RGB value is (168,69,106). Sum of RGB (Red+Green+Blue) = 168+69+106=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8456A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8456A is #57BA95. Grayscale: #666666. Windows color (decimal): -5749398 or 6964648. OLE color: 6964648.

HSL color Cylindrical-coordinate representation of color #A8456A: hue angle of 337.58º 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 #A8456A is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB16869106-
CMYK00.590.370.34
HSL337.58º41.77%46.47%-
HSV(B)337.58º58.93%65.88%-
XYZ20.8813.6215.16-
YUV102.82129.8174.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.98%
GREEN value IS 69 (27.34% from 255) = 20.12%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=48.98%
G=20.12%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686910600.590.370.34337.5841.7746.47
HexA8456A03B25221522a2e
Octal25010515207345425225256
Binary10101000100010111010100111011100101100010101010010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8456A; }

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

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

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

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

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

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

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

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