Html Css Color HEX #AD585A Hippie Pink

📋 copy color: '#AD585A'

red 173 ◦ green 88 ◦ blue 90

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

Shades of Hippie Pink #AD585A

Tints of Hippie Pink #AD585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.64%

R = 49.29%
G = 25.07%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD585A (or 0xAD585A) is known color: Hippie Pink. HEX triplet: AD, 58 and 5A. RGB value is (173,88,90). Sum of RGB (Red+Green+Blue) = 173+88+90=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD585A is #52A7A5. Grayscale: #717171. Windows color (decimal): -5416870 or 5920941. OLE color: 5920941.

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

Color convert

RGB 173 88 90 -
CMYK 0 0.49 0.48 0.32
HSL 358.59º 0.34% 0.51% -
HSV(B) 358.59º 0.49% 0.68% -
XYZ 22.57 16.6 11.69 -
YUV 113.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 173 88 90 0 0.49 0.48 0.32 358.59 0.34 0.51
Hex AD 58 5A 0 31 30 20 167 22 33
Octal 255 130 132 0 61 60 40 547 42 63
Binary 10101101 1011000 1011010 0 110001 110000 100000 101100111 100010 110011

Color Harmonies of #AD585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD585A

Black with #AD585A

Text Example


Text Example

White with #AD585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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