#A53669

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

Shades of Rouge #A53669

Tints of Rouge #A53669

Color information

#A53669 (or 0xA53669) is unknown color: approx Rouge. HEX triplet: A5, 36 and 69. RGB value is (165,54,105). Sum of RGB (Red+Green+Blue) = 165+54+105=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A53669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53669 is #5AC996. Grayscale: #5C5C5C. Windows color (decimal): -5949847 or 6895269. OLE color: 6895269.

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

Color convert

RGB16554105-
CMYK00.670.360.35
HSL332.43º50.68%42.94%-
HSV(B)332.43º67.27%64.71%-
XYZ19.3911.6614.59-
YUV93134.77179.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 54 (21.48% from 255) = 16.67%
BLUE value IS 105 (41.41% from 255) = 32.41%
R=50.93%
G=16.67%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655410500.670.360.35332.4350.6842.94
HexA53669043242314c332b
Octal24566151010344435146353
Binary10100101110110110100101000011100100100011101001100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53669; }

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

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

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

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

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

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

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

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