#A03E6D

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

Shades of Rouge #A03E6D

Tints of Rouge #A03E6D

Color information

#A03E6D (or 0xA03E6D) is unknown color: approx Rouge. HEX triplet: A0, 3E and 6D. RGB value is (160,62,109). Sum of RGB (Red+Green+Blue) = 160+62+109=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03E6D is #5FC192. Grayscale: #606060. Windows color (decimal): -6275475 or 7159456. OLE color: 7159456.

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

Color convert

RGB16062109-
CMYK00.610.320.37
HSL331.22º44.14%43.53%-
HSV(B)331.22º61.25%62.75%-
XYZ18.9812.0215.79-
YUV96.66134.97173.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.34%
GREEN value IS 62 (24.61% from 255) = 18.73%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=48.34%
G=18.73%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606210900.610.320.37331.2244.1443.53
HexA03E6D03D202514b2c2c
Octal2407615507540455135454
Binary1010000011111011011010111101100000100101101001011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03E6D; }

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

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

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

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

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

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

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

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