Html Css Color HEX #AD525F Hippie Pink

📋 copy color: '#AD525F'

red 173 ◦ green 82 ◦ blue 95

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

Shades of Hippie Pink #AD525F

Tints of Hippie Pink #AD525F

RGB

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

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

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

R = 49.43%
G = 23.43%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD525F (or 0xAD525F) is known color: Hippie Pink. HEX triplet: AD, 52 and 5F. RGB value is (173,82,95). Sum of RGB (Red+Green+Blue) = 173+82+95=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD525F is #52ADA0. Grayscale: #6E6E6E. Windows color (decimal): -5418401 or 6247085. OLE color: 6247085.

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

Color convert

RGB 173 82 95 -
CMYK 0 0.53 0.45 0.32
HSL 351.43º 0.36% 0.5% -
HSV(B) 351.43º 0.53% 0.68% -
XYZ 22.32 15.75 12.69 -
YUV 110.69 119.15 172.44 -
System Red Green Blue C M Y K H S L
Decimal 173 82 95 0 0.53 0.45 0.32 351.43 0.36 0.5
Hex AD 52 5F 0 35 2D 20 15F 24 32
Octal 255 122 137 0 65 55 40 537 44 62
Binary 10101101 1010010 1011111 0 110101 101101 100000 101011111 100100 110010

Color Harmonies of #AD525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD525F

Black with #AD525F

Text Example


Text Example

White with #AD525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD525F; }

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

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

background-color css

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

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

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

border-color css

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

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

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