Html Css Color HEX #AD4558 Hippie Pink

📋 copy color: '#AD4558'

red 173 ◦ green 69 ◦ blue 88

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

Shades of Hippie Pink #AD4558

Tints of Hippie Pink #AD4558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.91%

 BLUE value IS 88 (34.77% from 255) = 26.67%

R = 52.42%
G = 20.91%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD4558 (or 0xAD4558) is known color: Hippie Pink. HEX triplet: AD, 45 and 58. RGB value is (173,69,88). Sum of RGB (Red+Green+Blue) = 173+69+88=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4558 is #52BAA7. Grayscale: #666666. Windows color (decimal): -5421736 or 5785005. OLE color: 5785005.

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

Color convert

RGB 173 69 88 -
CMYK 0 0.60 0.49 0.32
HSL 349.04º 0.43% 0.47% -
HSV(B) 349.04º 0.6% 0.68% -
XYZ 21.12 13.85 10.79 -
YUV 102.26 119.96 178.46 -
System Red Green Blue C M Y K H S L
Decimal 173 69 88 0 0.60 0.49 0.32 349.04 0.43 0.47
Hex AD 45 58 0 3C 31 20 15D 2B 2F
Octal 255 105 130 0 74 61 40 535 53 57
Binary 10101101 1000101 1011000 0 111100 110001 100000 101011101 101011 101111

Color Harmonies of #AD4558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4558

Black with #AD4558

Text Example


Text Example

White with #AD4558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4558; }

 p { color: rgb(173,69,88); }

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

background-color css

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

 a { background-color: rgb(173,69,88); }

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

border-color css

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

 span { border-color: rgb(173,69,88); }

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