Html Css Color HEX #AD525D Hippie Pink

📋 copy color: '#AD525D'

red 173 ◦ green 82 ◦ blue 93

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

Shades of Hippie Pink #AD525D

Tints of Hippie Pink #AD525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.72%

R = 49.71%
G = 23.56%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD525D (or 0xAD525D) is known color: Hippie Pink. HEX triplet: AD, 52 and 5D. RGB value is (173,82,93). Sum of RGB (Red+Green+Blue) = 173+82+93=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD525D is #52ADA2. Grayscale: #6E6E6E. Windows color (decimal): -5418403 or 6116013. OLE color: 6116013.

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

Color convert

RGB 173 82 93 -
CMYK 0 0.53 0.46 0.32
HSL 352.75º 0.36% 0.5% -
HSV(B) 352.75º 0.53% 0.68% -
XYZ 22.23 15.71 12.22 -
YUV 110.46 118.15 172.61 -
System Red Green Blue C M Y K H S L
Decimal 173 82 93 0 0.53 0.46 0.32 352.75 0.36 0.5
Hex AD 52 5D 0 35 2E 20 161 24 32
Octal 255 122 135 0 65 56 40 541 44 62
Binary 10101101 1010010 1011101 0 110101 101110 100000 101100001 100100 110010

Color Harmonies of #AD525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD525D

Black with #AD525D

Text Example


Text Example

White with #AD525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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