Html Css Color HEX #AD545E Hippie Pink

📋 copy color: '#AD545E'

red 173 ◦ green 84 ◦ blue 94

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

Shades of Hippie Pink #AD545E

Tints of Hippie Pink #AD545E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.78%

R = 49.29%
G = 23.93%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD545E (or 0xAD545E) is known color: Hippie Pink. HEX triplet: AD, 54 and 5E. RGB value is (173,84,94). Sum of RGB (Red+Green+Blue) = 173+84+94=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD545E is #52ABA1. Grayscale: #6F6F6F. Windows color (decimal): -5417890 or 6182061. OLE color: 6182061.

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

Color convert

RGB 173 84 94 -
CMYK 0 0.51 0.46 0.32
HSL 353.26º 0.35% 0.5% -
HSV(B) 353.26º 0.51% 0.68% -
XYZ 22.42 16.03 12.5 -
YUV 111.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 173 84 94 0 0.51 0.46 0.32 353.26 0.35 0.5
Hex AD 54 5E 0 33 2E 20 161 23 32
Octal 255 124 136 0 63 56 40 541 43 62
Binary 10101101 1010100 1011110 0 110011 101110 100000 101100001 100011 110010

Color Harmonies of #AD545E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD545E

Black with #AD545E

Text Example


Text Example

White with #AD545E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD545E; }

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

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

background-color css

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

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

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

border-color css

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

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

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