#A04469

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

Shades of Rouge #A04469

Tints of Rouge #A04469

Color information

#A04469 (or 0xA04469) is unknown color: approx Rouge. HEX triplet: A0, 44 and 69. RGB value is (160,68,105). Sum of RGB (Red+Green+Blue) = 160+68+105=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A04469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04469 is #5FBB96. Grayscale: #636363. Windows color (decimal): -6273943 or 6898848. OLE color: 6898848.

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

Color convert

RGB16068105-
CMYK00.570.340.37
HSL335.87º40.35%44.71%-
HSV(B)335.87º57.5%62.75%-
XYZ19.1112.6314.79-
YUV99.73130.98170.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.05%
GREEN value IS 68 (26.95% from 255) = 20.42%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=48.05%
G=20.42%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606810500.570.340.37335.8740.3544.71
HexA044690392225150282d
Octal24010415107142455205055
Binary10100000100010011010010111001100010100101101010000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04469; }

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

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

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

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

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

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

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

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