#A6525B

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

Shades of Hippie Pink #A6525B

Tints of Hippie Pink #A6525B

Color information

#A6525B (or 0xA6525B) is unknown color: approx Hippie Pink. HEX triplet: A6, 52 and 5B. RGB value is (166,82,91). Sum of RGB (Red+Green+Blue) = 166+82+91=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6525B is #59ADA4. Grayscale: #6C6C6C. Windows color (decimal): -5877157 or 5984934. OLE color: 5984934.

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

Color convert

RGB1668291-
CMYK00.510.450.35
HSL353.57º33.87%48.63%-
HSV(B)353.57º50.6%65.1%-
XYZ20.6314.911.69-
YUV108.14118.33169.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 91 (35.94% from 255) = 26.84%
R=48.97%
G=24.19%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166829100.510.450.35353.5733.8748.63
HexA6525B0332D231622231
Octal24612213306355435424261
Binary10100110101001010110110110011101101100011101100010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6525B; }

 p { color: rgb(166,82,91); }

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

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

 a { background-color: rgb(166,82,91); }

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

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

 span { border-color: rgb(166,82,91); }

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