Html Css Color HEX #AD445E Hippie Pink

📋 copy color: '#AD445E'

red 173 ◦ green 68 ◦ blue 94

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

Shades of Hippie Pink #AD445E

Tints of Hippie Pink #AD445E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.06%

R = 51.64%
G = 20.3%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD445E (or 0xAD445E) is known color: Hippie Pink. HEX triplet: AD, 44 and 5E. RGB value is (173,68,94). Sum of RGB (Red+Green+Blue) = 173+68+94=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD445E is #52BBA1. Grayscale: #666666. Windows color (decimal): -5421986 or 6177965. OLE color: 6177965.

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

Color convert

RGB 173 68 94 -
CMYK 0 0.61 0.46 0.32
HSL 345.14º 0.44% 0.47% -
HSV(B) 345.14º 0.61% 0.68% -
XYZ 21.32 13.83 12.13 -
YUV 102.36 123.29 178.39 -
System Red Green Blue C M Y K H S L
Decimal 173 68 94 0 0.61 0.46 0.32 345.14 0.44 0.47
Hex AD 44 5E 0 3D 2E 20 159 2C 2F
Octal 255 104 136 0 75 56 40 531 54 57
Binary 10101101 1000100 1011110 0 111101 101110 100000 101011001 101100 101111

Color Harmonies of #AD445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD445E

Black with #AD445E

Text Example


Text Example

White with #AD445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD445E; }

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

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

background-color css

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

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

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

border-color css

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

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

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