#A9525D

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

Shades of Hippie Pink #A9525D

Tints of Hippie Pink #A9525D

Color information

#A9525D (or 0xA9525D) is unknown color: approx Hippie Pink. HEX triplet: A9, 52 and 5D. RGB value is (169,82,93). Sum of RGB (Red+Green+Blue) = 169+82+93=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 169 - color contains mainly: red. Hex color #A9525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9525D is #56ADA2. Grayscale: #6D6D6D. Windows color (decimal): -5680547 or 6116009. OLE color: 6116009.

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

Color convert

RGB1698293-
CMYK00.510.450.34
HSL352.41º34.66%49.22%-
HSV(B)352.41º51.48%66.27%-
XYZ21.3615.2612.18-
YUV109.27118.82170.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.13%
GREEN value IS 82 (32.42% from 255) = 23.84%
BLUE value IS 93 (36.72% from 255) = 27.03%
R=49.13%
G=23.84%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169829300.510.450.34352.4134.6649.22
HexA9525D0332D221602331
Octal25112213506355425404361
Binary10101001101001010111010110011101101100010101100000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9525D; }

 p { color: rgb(169,82,93); }

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

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

 a { background-color: rgb(169,82,93); }

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

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

 span { border-color: rgb(169,82,93); }

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