#AD525F

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

Shades of Hippie Pink #AD525F

Tints of Hippie Pink #AD525F

Color information

#AD525F (or 0xAD525F) is unknown color: approx Hippie Pink. HEX triplet: AD, 52 and 5F. RGB value is (173,82,95). Sum of RGB (Red+Green+Blue) = 173+82+95=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD525F is #52ADA0. Grayscale: #6E6E6E. Windows color (decimal): -5418401 or 6247085. OLE color: 6247085.

HSL color Cylindrical-coordinate representation of color #AD525F: hue angle of 351.43º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD525F is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB1738295-
CMYK00.530.450.32
HSL351.43º35.69%50%-
HSV(B)351.43º52.6%67.84%-
XYZ22.3215.7512.69-
YUV110.69119.15172.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.43%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 95 (37.5% from 255) = 27.14%
R=49.43%
G=23.43%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173829500.530.450.32351.4335.6950
HexAD525F0352D2015f2432
Octal25512213706555405374462
Binary10101101101001010111110110101101101100000101011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD525F; }

 p { color: rgb(173,82,95); }

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

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

 a { background-color: rgb(173,82,95); }

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

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

 span { border-color: rgb(173,82,95); }

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