Html Css Color HEX #AD485D Hippie Pink

📋 copy color: '#AD485D'

red 173 ◦ green 72 ◦ blue 93

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

Shades of Hippie Pink #AD485D

Tints of Hippie Pink #AD485D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 51.18%
G = 21.3%
B = 27.51%

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

#AD485D (or 0xAD485D) is known color: Hippie Pink. HEX triplet: AD, 48 and 5D. RGB value is (173,72,93). Sum of RGB (Red+Green+Blue) = 173+72+93=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD485D is #52B7A2. Grayscale: #686868. Windows color (decimal): -5420963 or 6113453. OLE color: 6113453.

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

Color convert

RGB 173 72 93 -
CMYK 0 0.58 0.46 0.32
HSL 347.52º 0.41% 0.48% -
HSV(B) 347.52º 0.58% 0.68% -
XYZ 21.53 14.31 11.98 -
YUV 104.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 173 72 93 0 0.58 0.46 0.32 347.52 0.41 0.48
Hex AD 48 5D 0 3A 2E 20 15C 29 30
Octal 255 110 135 0 72 56 40 534 51 60
Binary 10101101 1001000 1011101 0 111010 101110 100000 101011100 101001 110000

Color Harmonies of #AD485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD485D

Black with #AD485D

Text Example


Text Example

White with #AD485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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