Html Css Color HEX #AD525B Hippie Pink

📋 copy color: '#AD525B'

red 173 ◦ green 82 ◦ blue 91

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

Shades of Hippie Pink #AD525B

Tints of Hippie Pink #AD525B

RGB

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

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

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

R = 50%
G = 23.7%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD525B (or 0xAD525B) is known color: Hippie Pink. HEX triplet: AD, 52 and 5B. RGB value is (173,82,91). Sum of RGB (Red+Green+Blue) = 173+82+91=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD525B is #52ADA4. Grayscale: #6E6E6E. Windows color (decimal): -5418405 or 5984941. OLE color: 5984941.

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

Color convert

RGB 173 82 91 -
CMYK 0 0.53 0.47 0.32
HSL 354.07º 0.36% 0.5% -
HSV(B) 354.07º 0.53% 0.68% -
XYZ 22.14 15.67 11.76 -
YUV 110.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 173 82 91 0 0.53 0.47 0.32 354.07 0.36 0.5
Hex AD 52 5B 0 35 2F 20 162 24 32
Octal 255 122 133 0 65 57 40 542 44 62
Binary 10101101 1010010 1011011 0 110101 101111 100000 101100010 100100 110010

Color Harmonies of #AD525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD525B

Black with #AD525B

Text Example


Text Example

White with #AD525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD525B; }

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

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

background-color css

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

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

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

border-color css

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

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

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