#A52B69

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

Shades of Rouge #A52B69

Tints of Rouge #A52B69

Color information

#A52B69 (or 0xA52B69) is unknown color: approx Rouge. HEX triplet: A5, 2B and 69. RGB value is (165,43,105). Sum of RGB (Red+Green+Blue) = 165+43+105=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52B69 is #5AD496. Grayscale: #565656. Windows color (decimal): -5952663 or 6892453. OLE color: 6892453.

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

Color convert

RGB16543105-
CMYK00.740.360.35
HSL329.51º58.65%40.78%-
HSV(B)329.51º73.94%64.71%-
XYZ18.9310.7514.44-
YUV86.55138.42183.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.72%
GREEN value IS 43 (17.19% from 255) = 13.74%
BLUE value IS 105 (41.41% from 255) = 33.55%
R=52.72%
G=13.74%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654310500.740.360.35329.5158.6540.78
HexA52B6904A242314a3b29
Octal24553151011244435127351
Binary10100101101011110100101001010100100100011101001010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52B69; }

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

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

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

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

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

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

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

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