#AD4356

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

Shades of Hippie Pink #AD4356

Tints of Hippie Pink #AD4356

Color information

#AD4356 (or 0xAD4356) is unknown color: approx Hippie Pink. HEX triplet: AD, 43 and 56. RGB value is (173,67,86). Sum of RGB (Red+Green+Blue) = 173+67+86=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4356 is #52BCA9. Grayscale: #646464. Windows color (decimal): -5422250 or 5653421. OLE color: 5653421.

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

Color convert

RGB1736786-
CMYK00.610.500.32
HSL349.25º44.17%47.06%-
HSV(B)349.25º61.27%67.84%-
XYZ20.9213.5710.32-
YUV100.86119.62179.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.07%
GREEN value IS 67 (26.56% from 255) = 20.55%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=53.07%
G=20.55%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173678600.610.500.32349.2544.1747.06
HexAD435603D322015d2c2f
Octal25510312607562405355457
Binary10101101100001110101100111101110010100000101011101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4356; }

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

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

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

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

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

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

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

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