Html Css Color HEX #AD585B Hippie Pink

📋 copy color: '#AD585B'

red 173 ◦ green 88 ◦ blue 91

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

Shades of Hippie Pink #AD585B

Tints of Hippie Pink #AD585B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25%

 BLUE value IS 91 (35.94% from 255) = 25.85%

R = 49.15%
G = 25%
B = 25.85%

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

#AD585B (or 0xAD585B) is known color: Hippie Pink. HEX triplet: AD, 58 and 5B. RGB value is (173,88,91). Sum of RGB (Red+Green+Blue) = 173+88+91=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD585B is #52A7A4. Grayscale: #717171. Windows color (decimal): -5416869 or 5986477. OLE color: 5986477.

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

Color convert

RGB 173 88 91 -
CMYK 0 0.49 0.47 0.32
HSL 357.88º 0.34% 0.51% -
HSV(B) 357.88º 0.49% 0.68% -
XYZ 22.61 16.62 11.91 -
YUV 113.76 115.16 170.26 -
System Red Green Blue C M Y K H S L
Decimal 173 88 91 0 0.49 0.47 0.32 357.88 0.34 0.51
Hex AD 58 5B 0 31 2F 20 166 22 33
Octal 255 130 133 0 61 57 40 546 42 63
Binary 10101101 1011000 1011011 0 110001 101111 100000 101100110 100010 110011

Color Harmonies of #AD585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD585B

Black with #AD585B

Text Example


Text Example

White with #AD585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD585B; }

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

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

background-color css

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

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

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

border-color css

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

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

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