Html Css Color HEX #AD4451 Hippie Pink

📋 copy color: '#AD4451'

red 173 ◦ green 68 ◦ blue 81

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

Shades of Hippie Pink #AD4451

Tints of Hippie Pink #AD4451

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.12%

 BLUE value IS 81 (32.03% from 255) = 25.16%

R = 53.73%
G = 21.12%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD4451 (or 0xAD4451) is known color: Hippie Pink. HEX triplet: AD, 44 and 51. RGB value is (173,68,81). Sum of RGB (Red+Green+Blue) = 173+68+81=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4451 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4451 is #52BBAE. Grayscale: #646464. Windows color (decimal): -5421999 or 5325997. OLE color: 5325997.

HSL color Cylindrical-coordinate representation of color #AD4451: hue angle of 352.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4451 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 68 81 -
CMYK 0 0.61 0.53 0.32
HSL 352.57º 0.44% 0.47% -
HSV(B) 352.57º 0.61% 0.68% -
XYZ 20.79 13.61 9.32 -
YUV 100.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 173 68 81 0 0.61 0.53 0.32 352.57 0.44 0.47
Hex AD 44 51 0 3D 35 20 161 2C 2F
Octal 255 104 121 0 75 65 40 541 54 57
Binary 10101101 1000100 1010001 0 111101 110101 100000 101100001 101100 101111

Color Harmonies of #AD4451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4451

Black with #AD4451

Text Example


Text Example

White with #AD4451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4451; }

 p { color: rgb(173,68,81); }

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

background-color css

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

 a { background-color: rgb(173,68,81); }

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

border-color css

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

 span { border-color: rgb(173,68,81); }

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