Html Css Color HEX #AD4058 Hippie Pink

📋 copy color: '#AD4058'

red 173 ◦ green 64 ◦ blue 88

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

Shades of Hippie Pink #AD4058

Tints of Hippie Pink #AD4058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

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

R = 53.23%
G = 19.69%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD4058 (or 0xAD4058) is known color: Hippie Pink. HEX triplet: AD, 40 and 58. RGB value is (173,64,88). Sum of RGB (Red+Green+Blue) = 173+64+88=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4058 is #52BFA7. Grayscale: #636363. Windows color (decimal): -5423016 or 5783725. OLE color: 5783725.

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

Color convert

RGB 173 64 88 -
CMYK 0 0.63 0.49 0.32
HSL 346.79º 0.46% 0.46% -
HSV(B) 346.79º 0.63% 0.68% -
XYZ 20.83 13.26 10.69 -
YUV 99.33 121.61 180.55 -
System Red Green Blue C M Y K H S L
Decimal 173 64 88 0 0.63 0.49 0.32 346.79 0.46 0.46
Hex AD 40 58 0 3F 31 20 15B 2E 2E
Octal 255 100 130 0 77 61 40 533 56 56
Binary 10101101 1000000 1011000 0 111111 110001 100000 101011011 101110 101110

Color Harmonies of #AD4058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4058

Black with #AD4058

Text Example


Text Example

White with #AD4058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4058; }

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

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

background-color css

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

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

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

border-color css

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

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

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