Html Css Color HEX #AD485F Hippie Pink

📋 copy color: '#AD485F'

red 173 ◦ green 72 ◦ blue 95

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

Shades of Hippie Pink #AD485F

Tints of Hippie Pink #AD485F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.94%

R = 50.88%
G = 21.18%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD485F (or 0xAD485F) is known color: Hippie Pink. HEX triplet: AD, 48 and 5F. RGB value is (173,72,95). Sum of RGB (Red+Green+Blue) = 173+72+95=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD485F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD485F is #52B7A0. Grayscale: #686868. Windows color (decimal): -5420961 or 6244525. OLE color: 6244525.

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

Color convert

RGB 173 72 95 -
CMYK 0 0.58 0.45 0.32
HSL 346.34º 0.41% 0.48% -
HSV(B) 346.34º 0.58% 0.68% -
XYZ 21.62 14.35 12.46 -
YUV 104.82 122.46 176.63 -
System Red Green Blue C M Y K H S L
Decimal 173 72 95 0 0.58 0.45 0.32 346.34 0.41 0.48
Hex AD 48 5F 0 3A 2D 20 15A 29 30
Octal 255 110 137 0 72 55 40 532 51 60
Binary 10101101 1001000 1011111 0 111010 101101 100000 101011010 101001 110000

Color Harmonies of #AD485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD485F

Black with #AD485F

Text Example


Text Example

White with #AD485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD485F; }

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

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

background-color css

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

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

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

border-color css

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

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

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