#AD484F

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

Shades of Hippie Pink #AD484F

Tints of Hippie Pink #AD484F

Color information

#AD484F (or 0xAD484F) is unknown color: approx Hippie Pink. HEX triplet: AD, 48 and 4F. RGB value is (173,72,79). Sum of RGB (Red+Green+Blue) = 173+72+79=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD484F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD484F is #52B7B0. Grayscale: #676767. Windows color (decimal): -5420977 or 5195949. OLE color: 5195949.

HSL color Cylindrical-coordinate representation of color #AD484F: hue angle of 355.84º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD484F is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB1737279-
CMYK00.580.540.32
HSL355.84º41.22%48.04%-
HSV(B)355.84º58.38%67.84%-
XYZ20.9614.089.01-
YUV103114.46177.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.40%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 79 (31.25% from 255) = 24.38%
R=53.40%
G=22.22%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173727900.580.540.32355.8441.2248.04
HexAD484F03A36201642930
Octal25511011707266405445160
Binary10101101100100010011110111010110110100000101100100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD484F; }

 p { color: rgb(173,72,79); }

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

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

 a { background-color: rgb(173,72,79); }

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

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

 span { border-color: rgb(173,72,79); }

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