#AD5257

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

Shades of Hippie Pink #AD5257

Tints of Hippie Pink #AD5257

Color information

#AD5257 (or 0xAD5257) is unknown color: approx Hippie Pink. HEX triplet: AD, 52 and 57. RGB value is (173,82,87). Sum of RGB (Red+Green+Blue) = 173+82+87=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5257 is #52ADA8. Grayscale: #6D6D6D. Windows color (decimal): -5418409 or 5722797. OLE color: 5722797.

HSL color Cylindrical-coordinate representation of color #AD5257: hue angle of 356.7º 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 #AD5257 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB1738287-
CMYK00.530.500.32
HSL356.7º35.69%50%-
HSV(B)356.7º52.6%67.84%-
XYZ21.9715.6110.87-
YUV109.78115.15173.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.58%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 87 (34.38% from 255) = 25.44%
R=50.58%
G=23.98%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173828700.530.500.32356.735.6950
HexAD525703532201652432
Octal25512212706562405454462
Binary10101101101001010101110110101110010100000101100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5257; }

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

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

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

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

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

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

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

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