#A03D68

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

Shades of Rouge #A03D68

Tints of Rouge #A03D68

Color information

#A03D68 (or 0xA03D68) is unknown color: approx Rouge. HEX triplet: A0, 3D and 68. RGB value is (160,61,104). Sum of RGB (Red+Green+Blue) = 160+61+104=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03D68 is #5FC297. Grayscale: #5F5F5F. Windows color (decimal): -6275736 or 6831520. OLE color: 6831520.

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

Color convert

RGB16061104-
CMYK00.620.350.37
HSL333.94º44.8%43.33%-
HSV(B)333.94º61.87%62.75%-
XYZ18.6611.8114.39-
YUV95.5132.8174-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 61 (24.22% from 255) = 18.77%
BLUE value IS 104 (41.02% from 255) = 32%
R=49.23%
G=18.77%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606110400.620.350.37333.9444.843.33
HexA03D6803E232514e2d2b
Octal2407515007643455165553
Binary1010000011110111010000111110100011100101101001110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03D68; }

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

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

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

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

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

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

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

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