#A0456D

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

Shades of Rouge #A0456D

Tints of Rouge #A0456D

Color information

#A0456D (or 0xA0456D) is unknown color: approx Rouge. HEX triplet: A0, 45 and 6D. RGB value is (160,69,109). Sum of RGB (Red+Green+Blue) = 160+69+109=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0456D is #5FBA92. Grayscale: #646464. Windows color (decimal): -6273683 or 7161248. OLE color: 7161248.

HSL color Cylindrical-coordinate representation of color #A0456D: hue angle of 333.63º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0456D is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB16069109-
CMYK00.570.320.37
HSL333.63º39.74%44.9%-
HSV(B)333.63º56.88%62.75%-
XYZ19.3912.8315.92-
YUV100.77132.65170.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.34%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=47.34%
G=20.41%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606910900.570.320.37333.6339.7444.9
HexA0456D039202514e282d
Octal24010515507140455165055
Binary10100000100010111011010111001100000100101101001110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0456D; }

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

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

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

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

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

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

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

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