#A0436C

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

Shades of Rouge #A0436C

Tints of Rouge #A0436C

Color information

#A0436C (or 0xA0436C) is unknown color: approx Rouge. HEX triplet: A0, 43 and 6C. RGB value is (160,67,108). Sum of RGB (Red+Green+Blue) = 160+67+108=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0436C is #5FBC93. Grayscale: #636363. Windows color (decimal): -6274196 or 7095200. OLE color: 7095200.

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

Color convert

RGB16067108-
CMYK00.580.320.37
HSL333.55º40.97%44.51%-
HSV(B)333.55º58.13%62.75%-
XYZ19.2112.5715.6-
YUV99.48132.81171.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 67 (26.56% from 255) = 20%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=47.76%
G=20%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606710800.580.320.37333.5540.9744.51
HexA0436C03A202514e292d
Octal24010315407240455165155
Binary10100000100001111011000111010100000100101101001110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0436C; }

 p { color: rgb(160,67,108); }

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

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

 a { background-color: rgb(160,67,108); }

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

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

 span { border-color: rgb(160,67,108); }

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