Html Css Color HEX #AD595F Hippie Pink

📋 copy color: '#AD595F'

red 173 ◦ green 89 ◦ blue 95

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

Shades of Hippie Pink #AD595F

Tints of Hippie Pink #AD595F

RGB

 RED value IS 173 (67.97% from 255) = 48.46%

 GREEN value IS 89 (35.16% from 255) = 24.93%

 BLUE value IS 95 (37.5% from 255) = 26.61%

R = 48.46%
G = 24.93%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD595F (or 0xAD595F) is known color: Hippie Pink. HEX triplet: AD, 59 and 5F. RGB value is (173,89,95). Sum of RGB (Red+Green+Blue) = 173+89+95=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD595F is #52A6A0. Grayscale: #727272. Windows color (decimal): -5416609 or 6248877. OLE color: 6248877.

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

Color convert

RGB 173 89 95 -
CMYK 0 0.49 0.45 0.32
HSL 355.71º 0.34% 0.51% -
HSV(B) 355.71º 0.49% 0.68% -
XYZ 22.87 16.86 12.87 -
YUV 114.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 173 89 95 0 0.49 0.45 0.32 355.71 0.34 0.51
Hex AD 59 5F 0 31 2D 20 164 22 33
Octal 255 131 137 0 61 55 40 544 42 63
Binary 10101101 1011001 1011111 0 110001 101101 100000 101100100 100010 110011

Color Harmonies of #AD595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD595F

Black with #AD595F

Text Example


Text Example

White with #AD595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD595F; }

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

 H1.HeaderClassName
 {
   color: #AD595F;
 }
 .AnyTagClassName
 {
   color: #AD595F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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