#AD595B

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

Shades of Hippie Pink #AD595B

Tints of Hippie Pink #AD595B

Color information

#AD595B (or 0xAD595B) is unknown color: approx Hippie Pink. HEX triplet: AD, 59 and 5B. RGB value is (173,89,91). Sum of RGB (Red+Green+Blue) = 173+89+91=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD595B is #52A6A4. Grayscale: #727272. Windows color (decimal): -5416613 or 5986733. OLE color: 5986733.

HSL color Cylindrical-coordinate representation of color #AD595B: hue angle of 358.57º 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 #AD595B is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1738991-
CMYK00.490.470.32
HSL358.57º33.87%51.37%-
HSV(B)358.57º48.55%67.84%-
XYZ22.6916.7811.94-
YUV114.34114.83169.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.01%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=49.01%
G=25.21%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173899100.490.470.32358.5733.8751.37
HexAD595B0312F201672233
Octal25513113306157405474263
Binary10101101101100110110110110001101111100000101100111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD595B; }

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

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

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

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

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

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

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

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