#AD474F

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

Shades of Hippie Pink #AD474F

Tints of Hippie Pink #AD474F

Color information

#AD474F (or 0xAD474F) is unknown color: approx Hippie Pink. HEX triplet: AD, 47 and 4F. RGB value is (173,71,79). Sum of RGB (Red+Green+Blue) = 173+71+79=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD474F is #52B8B0. Grayscale: #666666. Windows color (decimal): -5421233 or 5195693. OLE color: 5195693.

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

Color convert

RGB1737179-
CMYK00.590.540.32
HSL355.29º41.8%47.84%-
HSV(B)355.29º58.96%67.84%-
XYZ20.913.968.99-
YUV102.41114.79178.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.56%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 79 (31.25% from 255) = 24.46%
R=53.56%
G=21.98%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173717900.590.540.32355.2941.847.84
HexAD474F03B36201632a30
Octal25510711707366405435260
Binary10101101100011110011110111011110110100000101100011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD474F; }

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

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

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

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

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

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

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

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