#A52B66

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

Shades of Rouge #A52B66

Tints of Rouge #A52B66

Color information

#A52B66 (or 0xA52B66) is unknown color: approx Rouge. HEX triplet: A5, 2B and 66. RGB value is (165,43,102). Sum of RGB (Red+Green+Blue) = 165+43+102=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52B66 is #5AD499. Grayscale: #565656. Windows color (decimal): -5952666 or 6695845. OLE color: 6695845.

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

Color convert

RGB16543102-
CMYK00.740.380.35
HSL330.98º58.65%40.78%-
HSV(B)330.98º73.94%64.71%-
XYZ18.7810.6913.64-
YUV86.2136.92184.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.23%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 102 (40.23% from 255) = 32.90%
R=53.23%
G=13.87%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654310200.740.380.35330.9858.6540.78
HexA52B6604A262314b3b29
Octal24553146011246435137351
Binary10100101101011110011001001010100110100011101001011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52B66; }

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

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

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

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

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

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

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

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