Html Css Color HEX #AD4458 Hippie Pink

📋 copy color: '#AD4458'

red 173 ◦ green 68 ◦ blue 88

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

Shades of Hippie Pink #AD4458

Tints of Hippie Pink #AD4458

RGB

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

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

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

R = 52.58%
G = 20.67%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD4458 (or 0xAD4458) is known color: Hippie Pink. HEX triplet: AD, 44 and 58. RGB value is (173,68,88). Sum of RGB (Red+Green+Blue) = 173+68+88=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4458 is #52BBA7. Grayscale: #656565. Windows color (decimal): -5421992 or 5784749. OLE color: 5784749.

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

Color convert

RGB 173 68 88 -
CMYK 0 0.61 0.49 0.32
HSL 348.57º 0.44% 0.47% -
HSV(B) 348.57º 0.61% 0.68% -
XYZ 21.06 13.72 10.77 -
YUV 101.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 173 68 88 0 0.61 0.49 0.32 348.57 0.44 0.47
Hex AD 44 58 0 3D 31 20 15D 2C 2F
Octal 255 104 130 0 75 61 40 535 54 57
Binary 10101101 1000100 1011000 0 111101 110001 100000 101011101 101100 101111

Color Harmonies of #AD4458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4458

Black with #AD4458

Text Example


Text Example

White with #AD4458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4458; }

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

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

background-color css

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

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

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

border-color css

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

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

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