#A52B6A

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

Shades of Rouge #A52B6A

Tints of Rouge #A52B6A

Color information

#A52B6A (or 0xA52B6A) is unknown color: approx Rouge. HEX triplet: A5, 2B and 6A. RGB value is (165,43,106). Sum of RGB (Red+Green+Blue) = 165+43+106=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52B6A is #5AD495. Grayscale: #565656. Windows color (decimal): -5952662 or 6957989. OLE color: 6957989.

HSL color Cylindrical-coordinate representation of color #A52B6A: hue angle of 329.02º 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 #A52B6A is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB16543106-
CMYK00.740.360.35
HSL329.02º58.65%40.78%-
HSV(B)329.02º73.94%64.71%-
XYZ18.9810.7714.71-
YUV86.66138.92183.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.55%
GREEN value IS 43 (17.19% from 255) = 13.69%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=52.55%
G=13.69%
B=33.76%

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
Decimal1654310600.740.360.35329.0258.6540.78
HexA52B6A04A24231493b29
Octal24553152011244435117351
Binary10100101101011110101001001010100100100011101001001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52B6A; }

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

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

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

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

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

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

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

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