Html Css Color HEX #AD595B Hippie Pink

📋 copy color: '#AD595B'

red 173 ◦ green 89 ◦ blue 91

#AD595B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #AD595B

Tints of Hippie Pink #AD595B

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 value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD595B (or 0xAD595B) is known color: 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

RGB 173 89 91 -
CMYK 0 0.49 0.47 0.32
HSL 358.57º 0.34% 0.51% -
HSV(B) 358.57º 0.49% 0.68% -
XYZ 22.69 16.78 11.94 -
YUV 114.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 173 89 91 0 0.49 0.47 0.32 358.57 0.34 0.51
Hex AD 59 5B 0 31 2F 20 167 22 33
Octal 255 131 133 0 61 57 40 547 42 63
Binary 10101101 1011001 1011011 0 110001 101111 100000 101100111 100010 110011

Color Harmonies of #AD595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD595B

Black with #AD595B

Text Example


Text Example

White with #AD595B

Text Example


Text Example

HTML Codes & Css Web 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>