#AD475E

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

Shades of Hippie Pink #AD475E

Tints of Hippie Pink #AD475E

Color information

#AD475E (or 0xAD475E) is unknown color: approx Hippie Pink. HEX triplet: AD, 47 and 5E. RGB value is (173,71,94). Sum of RGB (Red+Green+Blue) = 173+71+94=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD475E is #52B8A1. Grayscale: #686868. Windows color (decimal): -5421218 or 6178733. OLE color: 6178733.

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

Color convert

RGB1737194-
CMYK00.590.460.32
HSL346.47º41.8%47.84%-
HSV(B)346.47º58.96%67.84%-
XYZ21.5114.212.2-
YUV104.12122.29177.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.18%
GREEN value IS 71 (28.12% from 255) = 21.01%
BLUE value IS 94 (37.11% from 255) = 27.81%
R=51.18%
G=21.01%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173719400.590.460.32346.4741.847.84
HexAD475E03B2E2015a2a30
Octal25510713607356405325260
Binary10101101100011110111100111011101110100000101011010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD475E; }

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

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

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

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

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

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

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

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