Html Css Color HEX #AD444E Hippie Pink

📋 copy color: '#AD444E'

red 173 ◦ green 68 ◦ blue 78

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

Shades of Hippie Pink #AD444E

Tints of Hippie Pink #AD444E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.45%

R = 54.23%
G = 21.32%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD444E (or 0xAD444E) is known color: Hippie Pink. HEX triplet: AD, 44 and 4E. RGB value is (173,68,78). Sum of RGB (Red+Green+Blue) = 173+68+78=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD444E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD444E is #52BBB1. Grayscale: #646464. Windows color (decimal): -5422002 or 5129389. OLE color: 5129389.

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

Color convert

RGB 173 68 78 -
CMYK 0 0.61 0.55 0.32
HSL 354.29º 0.44% 0.47% -
HSV(B) 354.29º 0.61% 0.68% -
XYZ 20.68 13.57 8.74 -
YUV 100.54 115.29 179.69 -
System Red Green Blue C M Y K H S L
Decimal 173 68 78 0 0.61 0.55 0.32 354.29 0.44 0.47
Hex AD 44 4E 0 3D 37 20 162 2C 2F
Octal 255 104 116 0 75 67 40 542 54 57
Binary 10101101 1000100 1001110 0 111101 110111 100000 101100010 101100 101111

Color Harmonies of #AD444E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD444E

Black with #AD444E

Text Example


Text Example

White with #AD444E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD444E; }

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

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

background-color css

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

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

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

border-color css

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

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

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