#AD4656

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

Shades of Hippie Pink #AD4656

Tints of Hippie Pink #AD4656

Color information

#AD4656 (or 0xAD4656) is unknown color: approx Hippie Pink. HEX triplet: AD, 46 and 56. RGB value is (173,70,86). Sum of RGB (Red+Green+Blue) = 173+70+86=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4656 is #52B9A9. Grayscale: #666666. Windows color (decimal): -5421482 or 5654189. OLE color: 5654189.

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

Color convert

RGB1737086-
CMYK00.600.500.32
HSL350.68º42.39%47.65%-
HSV(B)350.68º59.54%67.84%-
XYZ21.113.9410.38-
YUV102.62118.62178.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.58%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=52.58%
G=21.28%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173708600.600.500.32350.6842.3947.65
HexAD465603C322015f2a30
Octal25510612607462405375260
Binary10101101100011010101100111100110010100000101011111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4656; }

 p { color: rgb(173,70,86); }

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

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

 a { background-color: rgb(173,70,86); }

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

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

 span { border-color: rgb(173,70,86); }

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