#AD5153

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

Shades of Hippie Pink #AD5153

Tints of Hippie Pink #AD5153

Color information

#AD5153 (or 0xAD5153) is unknown color: approx Hippie Pink. HEX triplet: AD, 51 and 53. RGB value is (173,81,83). Sum of RGB (Red+Green+Blue) = 173+81+83=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5153 is #52AEAC. Grayscale: #6C6C6C. Windows color (decimal): -5418669 or 5460397. OLE color: 5460397.

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

Color convert

RGB1738183-
CMYK00.530.520.32
HSL358.7º36.22%49.8%-
HSV(B)358.7º53.18%67.84%-
XYZ21.7415.3910.01-
YUV108.74113.48173.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.34%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=51.34%
G=24.04%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173818300.530.520.32358.736.2249.8
HexAD515303534201672432
Octal25512112306564405474462
Binary10101101101000110100110110101110100100000101100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5153; }

 p { color: rgb(173,81,83); }

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

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

 a { background-color: rgb(173,81,83); }

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

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

 span { border-color: rgb(173,81,83); }

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