#A03B67

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

Shades of Rouge #A03B67

Tints of Rouge #A03B67

Color information

#A03B67 (or 0xA03B67) is unknown color: approx Rouge. HEX triplet: A0, 3B and 67. RGB value is (160,59,103). Sum of RGB (Red+Green+Blue) = 160+59+103=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03B67 is #5FC498. Grayscale: #5E5E5E. Windows color (decimal): -6276249 or 6765472. OLE color: 6765472.

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

Color convert

RGB16059103-
CMYK00.630.360.37
HSL333.86º46.12%42.94%-
HSV(B)333.86º63.13%62.75%-
XYZ18.5111.5814.09-
YUV94.21132.96174.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.69%
GREEN value IS 59 (23.44% from 255) = 18.32%
BLUE value IS 103 (40.62% from 255) = 31.99%
R=49.69%
G=18.32%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605910300.630.360.37333.8646.1242.94
HexA03B6703F242514e2e2b
Octal2407314707744455165653
Binary1010000011101111001110111111100100100101101001110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03B67; }

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

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

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

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

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

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

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

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