Html Css Color HEX #AD4259 Hippie Pink

📋 copy color: '#AD4259'

red 173 ◦ green 66 ◦ blue 89

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

Shades of Hippie Pink #AD4259

Tints of Hippie Pink #AD4259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.12%

 BLUE value IS 89 (35.16% from 255) = 27.13%

R = 52.74%
G = 20.12%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD4259 (or 0xAD4259) is known color: Hippie Pink. HEX triplet: AD, 42 and 59. RGB value is (173,66,89). Sum of RGB (Red+Green+Blue) = 173+66+89=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4259 is #52BDA6. Grayscale: #646464. Windows color (decimal): -5422503 or 5849773. OLE color: 5849773.

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

Color convert

RGB 173 66 89 -
CMYK 0 0.62 0.49 0.32
HSL 347.1º 0.45% 0.47% -
HSV(B) 347.1º 0.62% 0.68% -
XYZ 20.98 13.5 10.95 -
YUV 100.62 121.45 179.63 -
System Red Green Blue C M Y K H S L
Decimal 173 66 89 0 0.62 0.49 0.32 347.1 0.45 0.47
Hex AD 42 59 0 3E 31 20 15B 2D 2F
Octal 255 102 131 0 76 61 40 533 55 57
Binary 10101101 1000010 1011001 0 111110 110001 100000 101011011 101101 101111

Color Harmonies of #AD4259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4259

Black with #AD4259

Text Example


Text Example

White with #AD4259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4259; }

 p { color: rgb(173,66,89); }

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

background-color css

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

 a { background-color: rgb(173,66,89); }

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

border-color css

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

 span { border-color: rgb(173,66,89); }

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