#AD555F

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

Shades of Hippie Pink #AD555F

Tints of Hippie Pink #AD555F

Color information

#AD555F (or 0xAD555F) is unknown color: approx Hippie Pink. HEX triplet: AD, 55 and 5F. RGB value is (173,85,95). Sum of RGB (Red+Green+Blue) = 173+85+95=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD555F is #52AAA0. Grayscale: #707070. Windows color (decimal): -5417633 or 6247853. OLE color: 6247853.

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

Color convert

RGB1738595-
CMYK00.510.450.32
HSL353.18º34.92%50.59%-
HSV(B)353.18º50.87%67.84%-
XYZ22.5516.2112.77-
YUV112.45118.15171.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.01%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 95 (37.5% from 255) = 26.91%
R=49.01%
G=24.08%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173859500.510.450.32353.1834.9250.59
HexAD555F0332D201612333
Octal25512513706355405414363
Binary10101101101010110111110110011101101100000101100001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD555F; }

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

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

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

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

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

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

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

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