#A8456D

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

Shades of Rouge #A8456D

Tints of Rouge #A8456D

Color information

#A8456D (or 0xA8456D) is unknown color: approx Rouge. HEX triplet: A8, 45 and 6D. RGB value is (168,69,109). Sum of RGB (Red+Green+Blue) = 168+69+109=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8456D is #57BA92. Grayscale: #676767. Windows color (decimal): -5749395 or 7161256. OLE color: 7161256.

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

Color convert

RGB16869109-
CMYK00.590.350.34
HSL335.76º41.77%46.47%-
HSV(B)335.76º58.93%65.88%-
XYZ21.0413.6916-
YUV103.16131.3174.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.55%
GREEN value IS 69 (27.34% from 255) = 19.94%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=48.55%
G=19.94%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686910900.590.350.34335.7641.7746.47
HexA8456D03B23221502a2e
Octal25010515507343425205256
Binary10101000100010111011010111011100011100010101010000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8456D; }

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

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

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

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

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

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

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

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