#A52F66

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

Shades of Rouge #A52F66

Tints of Rouge #A52F66

Color information

#A52F66 (or 0xA52F66) is unknown color: approx Rouge. HEX triplet: A5, 2F and 66. RGB value is (165,47,102). Sum of RGB (Red+Green+Blue) = 165+47+102=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52F66 is #5AD099. Grayscale: #585858. Windows color (decimal): -5951642 or 6696869. OLE color: 6696869.

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

Color convert

RGB16547102-
CMYK00.720.380.35
HSL332.03º55.66%41.57%-
HSV(B)332.03º71.52%64.71%-
XYZ18.9310.9913.69-
YUV88.55135.59182.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.55%
GREEN value IS 47 (18.75% from 255) = 14.97%
BLUE value IS 102 (40.23% from 255) = 32.48%
R=52.55%
G=14.97%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654710200.720.380.35332.0355.6641.57
HexA52F66048262314c382a
Octal24557146011046435147052
Binary10100101101111110011001001000100110100011101001100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52F66; }

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

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

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

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

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

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

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

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