Html Css Color HEX #AD4450 Hippie Pink

📋 copy color: '#AD4450'

red 173 ◦ green 68 ◦ blue 80

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

Shades of Hippie Pink #AD4450

Tints of Hippie Pink #AD4450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.92%

R = 53.89%
G = 21.18%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD4450 (or 0xAD4450) is known color: Hippie Pink. HEX triplet: AD, 44 and 50. RGB value is (173,68,80). Sum of RGB (Red+Green+Blue) = 173+68+80=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4450 is #52BBAF. Grayscale: #646464. Windows color (decimal): -5422000 or 5260461. OLE color: 5260461.

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

Color convert

RGB 173 68 80 -
CMYK 0 0.61 0.54 0.32
HSL 353.14º 0.44% 0.47% -
HSV(B) 353.14º 0.61% 0.68% -
XYZ 20.75 13.6 9.12 -
YUV 100.76 116.29 179.52 -
System Red Green Blue C M Y K H S L
Decimal 173 68 80 0 0.61 0.54 0.32 353.14 0.44 0.47
Hex AD 44 50 0 3D 36 20 161 2C 2F
Octal 255 104 120 0 75 66 40 541 54 57
Binary 10101101 1000100 1010000 0 111101 110110 100000 101100001 101100 101111

Color Harmonies of #AD4450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4450

Black with #AD4450

Text Example


Text Example

White with #AD4450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4450; }

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

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

background-color css

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

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

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

border-color css

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

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

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