#A04366

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

Shades of Rouge #A04366

Tints of Rouge #A04366

Color information

#A04366 (or 0xA04366) is unknown color: approx Rouge. HEX triplet: A0, 43 and 66. RGB value is (160,67,102). Sum of RGB (Red+Green+Blue) = 160+67+102=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A04366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04366 is #5FBC99. Grayscale: #626262. Windows color (decimal): -6274202 or 6701984. OLE color: 6701984.

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

Color convert

RGB16067102-
CMYK00.580.360.37
HSL337.42º40.97%44.51%-
HSV(B)337.42º58.13%62.75%-
XYZ18.912.4513.98-
YUV98.8129.81171.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.63%
GREEN value IS 67 (26.56% from 255) = 20.36%
BLUE value IS 102 (40.23% from 255) = 31.00%
R=48.63%
G=20.36%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606710200.580.360.37337.4240.9744.51
HexA0436603A2425151292d
Octal24010314607244455215155
Binary10100000100001111001100111010100100100101101010001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04366; }

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

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

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

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

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

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

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

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