#AD455E

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

Shades of Hippie Pink #AD455E

Tints of Hippie Pink #AD455E

Color information

#AD455E (or 0xAD455E) is unknown color: approx Hippie Pink. HEX triplet: AD, 45 and 5E. RGB value is (173,69,94). Sum of RGB (Red+Green+Blue) = 173+69+94=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD455E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD455E is #52BAA1. Grayscale: #666666. Windows color (decimal): -5421730 or 6178221. OLE color: 6178221.

HSL color Cylindrical-coordinate representation of color #AD455E: hue angle of 345.58º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD455E is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB1736994-
CMYK00.600.460.32
HSL345.58º42.98%47.45%-
HSV(B)345.58º60.12%67.84%-
XYZ21.3813.9512.16-
YUV102.95122.96177.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.49%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 94 (37.11% from 255) = 27.98%
R=51.49%
G=20.54%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173699400.600.460.32345.5842.9847.45
HexAD455E03C2E2015a2b2f
Octal25510513607456405325357
Binary10101101100010110111100111100101110100000101011010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD455E; }

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

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

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

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

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

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

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

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