#A53069

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

Shades of Rouge #A53069

Tints of Rouge #A53069

Color information

#A53069 (or 0xA53069) is unknown color: approx Rouge. HEX triplet: A5, 30 and 69. RGB value is (165,48,105). Sum of RGB (Red+Green+Blue) = 165+48+105=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A53069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53069 is #5ACF96. Grayscale: #595959. Windows color (decimal): -5951383 or 6893733. OLE color: 6893733.

HSL color Cylindrical-coordinate representation of color #A53069: hue angle of 330.77º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53069 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB16548105-
CMYK00.710.360.35
HSL330.77º54.93%41.76%-
HSV(B)330.77º70.91%64.71%-
XYZ19.1211.1314.51-
YUV89.48136.76181.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.89%
GREEN value IS 48 (19.14% from 255) = 15.09%
BLUE value IS 105 (41.41% from 255) = 33.02%
R=51.89%
G=15.09%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654810500.710.360.35330.7754.9341.76
HexA53069047242314b372a
Octal24560151010744435136752
Binary10100101110000110100101000111100100100011101001011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53069; }

 p { color: rgb(165,48,105); }

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

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

 a { background-color: rgb(165,48,105); }

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

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

 span { border-color: rgb(165,48,105); }

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