#AD595C

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

Shades of Hippie Pink #AD595C

Tints of Hippie Pink #AD595C

Color information

#AD595C (or 0xAD595C) is unknown color: approx Hippie Pink. HEX triplet: AD, 59 and 5C. RGB value is (173,89,92). Sum of RGB (Red+Green+Blue) = 173+89+92=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD595C is #52A6A3. Grayscale: #727272. Windows color (decimal): -5416612 or 6052269. OLE color: 6052269.

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

Color convert

RGB1738992-
CMYK00.490.470.32
HSL357.86º33.87%51.37%-
HSV(B)357.86º48.55%67.84%-
XYZ22.7416.812.17-
YUV114.46115.33169.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.87%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=48.87%
G=25.14%
B=25.99%

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
Decimal173899200.490.470.32357.8633.8751.37
HexAD595C0312F201662233
Octal25513113406157405464263
Binary10101101101100110111000110001101111100000101100110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD595C; }

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

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

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

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

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

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

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

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