Html Css Color HEX #AD5258 Hippie Pink

📋 copy color: '#AD5258'

red 173 ◦ green 82 ◦ blue 88

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

Shades of Hippie Pink #AD5258

Tints of Hippie Pink #AD5258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.91%

 BLUE value IS 88 (34.77% from 255) = 25.66%

R = 50.44%
G = 23.91%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD5258 (or 0xAD5258) is known color: Hippie Pink. HEX triplet: AD, 52 and 58. RGB value is (173,82,88). Sum of RGB (Red+Green+Blue) = 173+82+88=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5258 is #52ADA7. Grayscale: #6D6D6D. Windows color (decimal): -5418408 or 5788333. OLE color: 5788333.

HSL color Cylindrical-coordinate representation of color #AD5258: hue angle of 356.04º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5258 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 82 88 -
CMYK 0 0.53 0.49 0.32
HSL 356.04º 0.36% 0.5% -
HSV(B) 356.04º 0.53% 0.68% -
XYZ 22.01 15.62 11.09 -
YUV 109.89 115.65 173.01 -
System Red Green Blue C M Y K H S L
Decimal 173 82 88 0 0.53 0.49 0.32 356.04 0.36 0.5
Hex AD 52 58 0 35 31 20 164 24 32
Octal 255 122 130 0 65 61 40 544 44 62
Binary 10101101 1010010 1011000 0 110101 110001 100000 101100100 100100 110010

Color Harmonies of #AD5258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5258

Black with #AD5258

Text Example


Text Example

White with #AD5258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5258; }

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

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

background-color css

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

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

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

border-color css

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

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

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