#AD4256

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

Shades of Hippie Pink #AD4256

Tints of Hippie Pink #AD4256

Color information

#AD4256 (or 0xAD4256) is unknown color: approx Hippie Pink. HEX triplet: AD, 42 and 56. RGB value is (173,66,86). Sum of RGB (Red+Green+Blue) = 173+66+86=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4256 is #52BDA9. Grayscale: #646464. Windows color (decimal): -5422506 or 5653165. OLE color: 5653165.

HSL color Cylindrical-coordinate representation of color #AD4256: hue angle of 348.79º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4256 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB1736686-
CMYK00.620.500.32
HSL348.79º44.77%46.86%-
HSV(B)348.79º61.85%67.84%-
XYZ20.8613.4510.3-
YUV100.27119.95179.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.23%
GREEN value IS 66 (26.17% from 255) = 20.31%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=53.23%
G=20.31%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173668600.620.500.32348.7944.7746.86
HexAD425603E322015d2d2f
Octal25510212607662405355557
Binary10101101100001010101100111110110010100000101011101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4256; }

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

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

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

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

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

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

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

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