#AD575C

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

Shades of Hippie Pink #AD575C

Tints of Hippie Pink #AD575C

Color information

#AD575C (or 0xAD575C) is unknown color: approx Hippie Pink. HEX triplet: AD, 57 and 5C. RGB value is (173,87,92). Sum of RGB (Red+Green+Blue) = 173+87+92=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD575C is #52A8A3. Grayscale: #717171. Windows color (decimal): -5417124 or 6051757. OLE color: 6051757.

HSL color Cylindrical-coordinate representation of color #AD575C: hue angle of 356.51º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD575C is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1738792-
CMYK00.500.470.32
HSL356.51º34.4%50.98%-
HSV(B)356.51º49.71%67.84%-
XYZ22.5716.4712.12-
YUV113.28115.99170.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.15%
GREEN value IS 87 (34.38% from 255) = 24.72%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=49.15%
G=24.72%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173879200.500.470.32356.5134.450.98
HexAD575C0322F201652233
Octal25512713406257405454263
Binary10101101101011110111000110010101111100000101100101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD575C; }

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

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

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

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

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

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

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

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