#AD555B

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

Shades of Hippie Pink #AD555B

Tints of Hippie Pink #AD555B

Color information

#AD555B (or 0xAD555B) is unknown color: approx Hippie Pink. HEX triplet: AD, 55 and 5B. RGB value is (173,85,91). Sum of RGB (Red+Green+Blue) = 173+85+91=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD555B is #52AAA4. Grayscale: #707070. Windows color (decimal): -5417637 or 5985709. OLE color: 5985709.

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

Color convert

RGB1738591-
CMYK00.510.470.32
HSL355.91º34.92%50.59%-
HSV(B)355.91º50.87%67.84%-
XYZ22.3716.1411.83-
YUV112116.15171.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.57%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 91 (35.94% from 255) = 26.07%
R=49.57%
G=24.36%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173859100.510.470.32355.9134.9250.59
HexAD555B0332F201642333
Octal25512513306357405444363
Binary10101101101010110110110110011101111100000101100100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD555B; }

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

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

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

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

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

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

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

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