Html Css Color HEX #AD545A Hippie Pink

📋 copy color: '#AD545A'

red 173 ◦ green 84 ◦ blue 90

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

Shades of Hippie Pink #AD545A

Tints of Hippie Pink #AD545A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.21%

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

R = 49.86%
G = 24.21%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD545A (or 0xAD545A) is known color: Hippie Pink. HEX triplet: AD, 54 and 5A. RGB value is (173,84,90). Sum of RGB (Red+Green+Blue) = 173+84+90=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD545A is #52ABA5. Grayscale: #6F6F6F. Windows color (decimal): -5417894 or 5919917. OLE color: 5919917.

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

Color convert

RGB 173 84 90 -
CMYK 0 0.51 0.48 0.32
HSL 355.96º 0.35% 0.5% -
HSV(B) 355.96º 0.51% 0.68% -
XYZ 22.25 15.96 11.58 -
YUV 111.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 173 84 90 0 0.51 0.48 0.32 355.96 0.35 0.5
Hex AD 54 5A 0 33 30 20 164 23 32
Octal 255 124 132 0 63 60 40 544 43 62
Binary 10101101 1010100 1011010 0 110011 110000 100000 101100100 100011 110010

Color Harmonies of #AD545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD545A

Black with #AD545A

Text Example


Text Example

White with #AD545A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD545A; }

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

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

background-color css

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

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

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

border-color css

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

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

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