Html Css Color HEX #AD545B Hippie Pink

📋 copy color: '#AD545B'

red 173 ◦ green 84 ◦ blue 91

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

Shades of Hippie Pink #AD545B

Tints of Hippie Pink #AD545B

RGB

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

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

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

R = 49.71%
G = 24.14%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD545B (or 0xAD545B) is known color: Hippie Pink. HEX triplet: AD, 54 and 5B. RGB value is (173,84,91). Sum of RGB (Red+Green+Blue) = 173+84+91=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD545B is #52ABA4. Grayscale: #6F6F6F. Windows color (decimal): -5417893 or 5985453. OLE color: 5985453.

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

Color convert

RGB 173 84 91 -
CMYK 0 0.51 0.47 0.32
HSL 355.28º 0.35% 0.5% -
HSV(B) 355.28º 0.51% 0.68% -
XYZ 22.29 15.98 11.81 -
YUV 111.41 116.49 171.93 -
System Red Green Blue C M Y K H S L
Decimal 173 84 91 0 0.51 0.47 0.32 355.28 0.35 0.5
Hex AD 54 5B 0 33 2F 20 163 23 32
Octal 255 124 133 0 63 57 40 543 43 62
Binary 10101101 1010100 1011011 0 110011 101111 100000 101100011 100011 110010

Color Harmonies of #AD545B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD545B

Black with #AD545B

Text Example


Text Example

White with #AD545B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD545B; }

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

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

background-color css

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

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

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

border-color css

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

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

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