#AD4C5E

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

Shades of Hippie Pink #AD4C5E

Tints of Hippie Pink #AD4C5E

Color information

#AD4C5E (or 0xAD4C5E) is unknown color: approx Hippie Pink. HEX triplet: AD, 4C and 5E. RGB value is (173,76,94). Sum of RGB (Red+Green+Blue) = 173+76+94=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4C5E is #52B3A1. Grayscale: #6B6B6B. Windows color (decimal): -5419938 or 6180013. OLE color: 6180013.

HSL color Cylindrical-coordinate representation of color #AD4C5E: hue angle of 348.87º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD4C5E is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB1737694-
CMYK00.560.460.32
HSL348.87º38.96%48.82%-
HSV(B)348.87º56.07%67.84%-
XYZ21.8414.8612.31-
YUV107.06120.64175.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.44%
GREEN value IS 76 (30.08% from 255) = 22.16%
BLUE value IS 94 (37.11% from 255) = 27.41%
R=50.44%
G=22.16%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173769400.560.460.32348.8738.9648.82
HexAD4C5E0382E2015d2731
Octal25511413607056405354761
Binary10101101100110010111100111000101110100000101011101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4C5E; }

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

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

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

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

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

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

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

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