#A04465

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

Shades of Rouge #A04465

Tints of Rouge #A04465

Color information

#A04465 (or 0xA04465) is unknown color: approx Rouge. HEX triplet: A0, 44 and 65. RGB value is (160,68,101). Sum of RGB (Red+Green+Blue) = 160+68+101=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A04465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04465 is #5FBB9A. Grayscale: #636363. Windows color (decimal): -6273947 or 6636704. OLE color: 6636704.

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

Color convert

RGB16068101-
CMYK00.570.370.37
HSL338.48º40.35%44.71%-
HSV(B)338.48º57.5%62.75%-
XYZ18.9112.5513.74-
YUV99.27128.98171.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.63%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 101 (39.84% from 255) = 30.70%
R=48.63%
G=20.67%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606810100.570.370.37338.4840.3544.71
HexA044650392525152282d
Octal24010414507145455225055
Binary10100000100010011001010111001100101100101101010010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04465; }

 p { color: rgb(160,68,101); }

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

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

 a { background-color: rgb(160,68,101); }

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

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

 span { border-color: rgb(160,68,101); }

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