Html Css Color HEX #AD485E Hippie Pink

📋 copy color: '#AD485E'

red 173 ◦ green 72 ◦ blue 94

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

Shades of Hippie Pink #AD485E

Tints of Hippie Pink #AD485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.24%

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

R = 51.03%
G = 21.24%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD485E (or 0xAD485E) is known color: Hippie Pink. HEX triplet: AD, 48 and 5E. RGB value is (173,72,94). Sum of RGB (Red+Green+Blue) = 173+72+94=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD485E is #52B7A1. Grayscale: #686868. Windows color (decimal): -5420962 or 6178989. OLE color: 6178989.

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

Color convert

RGB 173 72 94 -
CMYK 0 0.58 0.46 0.32
HSL 346.93º 0.41% 0.48% -
HSV(B) 346.93º 0.58% 0.68% -
XYZ 21.57 14.33 12.22 -
YUV 104.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 173 72 94 0 0.58 0.46 0.32 346.93 0.41 0.48
Hex AD 48 5E 0 3A 2E 20 15B 29 30
Octal 255 110 136 0 72 56 40 533 51 60
Binary 10101101 1001000 1011110 0 111010 101110 100000 101011011 101001 110000

Color Harmonies of #AD485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD485E

Black with #AD485E

Text Example


Text Example

White with #AD485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD485E; }

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

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

background-color css

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

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

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

border-color css

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

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

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