#AD595E

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

Shades of Hippie Pink #AD595E

Tints of Hippie Pink #AD595E

Color information

#AD595E (or 0xAD595E) is unknown color: approx Hippie Pink. HEX triplet: AD, 59 and 5E. RGB value is (173,89,94). Sum of RGB (Red+Green+Blue) = 173+89+94=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD595E is #52A6A1. Grayscale: #727272. Windows color (decimal): -5416610 or 6183341. OLE color: 6183341.

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

Color convert

RGB1738994-
CMYK00.490.460.32
HSL356.43º33.87%51.37%-
HSV(B)356.43º48.55%67.84%-
XYZ22.8316.8412.64-
YUV114.69116.33169.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.60%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 94 (37.11% from 255) = 26.40%
R=48.60%
G=25%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173899400.490.460.32356.4333.8751.37
HexAD595E0312E201642233
Octal25513113606156405444263
Binary10101101101100110111100110001101110100000101100100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD595E; }

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

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

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

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

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

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

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

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