#AD595A

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

Shades of Hippie Pink #AD595A

Tints of Hippie Pink #AD595A

Color information

#AD595A (or 0xAD595A) is unknown color: approx Hippie Pink. HEX triplet: AD, 59 and 5A. RGB value is (173,89,90). Sum of RGB (Red+Green+Blue) = 173+89+90=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD595A is #52A6A5. Grayscale: #727272. Windows color (decimal): -5416614 or 5921197. OLE color: 5921197.

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

Color convert

RGB1738990-
CMYK00.490.480.32
HSL359.29º33.87%51.37%-
HSV(B)359.29º48.55%67.84%-
XYZ22.6516.7711.72-
YUV114.23114.33169.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.15%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=49.15%
G=25.28%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173899000.490.480.32359.2933.8751.37
HexAD595A03130201672233
Octal25513113206160405474263
Binary10101101101100110110100110001110000100000101100111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD595A; }

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

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

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

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

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

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

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

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