#A0456A

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

Shades of Rouge #A0456A

Tints of Rouge #A0456A

Color information

#A0456A (or 0xA0456A) is unknown color: approx Rouge. HEX triplet: A0, 45 and 6A. RGB value is (160,69,106). Sum of RGB (Red+Green+Blue) = 160+69+106=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0456A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0456A is #5FBA95. Grayscale: #646464. Windows color (decimal): -6273686 or 6964640. OLE color: 6964640.

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

Color convert

RGB16069106-
CMYK00.570.340.37
HSL335.6º39.74%44.9%-
HSV(B)335.6º56.88%62.75%-
XYZ19.2312.7715.09-
YUV100.43131.15170.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=47.76%
G=20.60%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606910600.570.340.37335.639.7444.9
HexA0456A0392225150282d
Octal24010515207142455205055
Binary10100000100010111010100111001100010100101101010000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0456A; }

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

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

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

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

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

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

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

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