Html Css Color HEX #AD4057 Hippie Pink

📋 copy color: '#AD4057'

red 173 ◦ green 64 ◦ blue 87

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

Shades of Hippie Pink #AD4057

Tints of Hippie Pink #AD4057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.85%

R = 53.4%
G = 19.75%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD4057 (or 0xAD4057) is known color: Hippie Pink. HEX triplet: AD, 40 and 57. RGB value is (173,64,87). Sum of RGB (Red+Green+Blue) = 173+64+87=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4057 is #52BFA8. Grayscale: #636363. Windows color (decimal): -5423017 or 5718189. OLE color: 5718189.

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

Color convert

RGB 173 64 87 -
CMYK 0 0.63 0.50 0.32
HSL 347.34º 0.46% 0.46% -
HSV(B) 347.34º 0.63% 0.68% -
XYZ 20.79 13.24 10.48 -
YUV 99.21 121.11 180.63 -
System Red Green Blue C M Y K H S L
Decimal 173 64 87 0 0.63 0.50 0.32 347.34 0.46 0.46
Hex AD 40 57 0 3F 32 20 15B 2E 2E
Octal 255 100 127 0 77 62 40 533 56 56
Binary 10101101 1000000 1010111 0 111111 110010 100000 101011011 101110 101110

Color Harmonies of #AD4057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4057

Black with #AD4057

Text Example


Text Example

White with #AD4057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4057; }

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

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

background-color css

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

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

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

border-color css

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

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

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