#a03d67

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

Shades of Rouge #A03D67

Tints of Rouge #A03D67

Color information

#A03D67 (or 0xA03D67) is unknown color: approx Rouge. HEX triplet: A0, 3D and 67. RGB value is (160,61,103). Sum of RGB (Red+Green+Blue) = 160+61+103=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03D67 is #5FC298. Grayscale: #5F5F5F. Windows color (decimal): -6275737 or 6765984. OLE color: 6765984.

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

Color convert

RGB16061103-
CMYK00.620.360.37
HSL334.55º44.8%43.33%-
HSV(B)334.55º61.87%62.75%-
XYZ18.6111.7914.13-
YUV95.39132.3174.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.38%
GREEN value IS 61 (24.22% from 255) = 18.83%
BLUE value IS 103 (40.62% from 255) = 31.79%
R=49.38%
G=18.83%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606110300.620.360.37334.5544.843.33
HexA03D6703E242514f2d2b
Octal2407514707644455175553
Binary1010000011110111001110111110100100100101101001111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a03d67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a03d67; }

 p { color: rgb(160,61,103); }

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

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

 a { background-color: rgb(160,61,103); }

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

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

 span { border-color: rgb(160,61,103); }

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