Html Css Color HEX #AD4055 Hippie Pink

📋 copy color: '#AD4055'

red 173 ◦ green 64 ◦ blue 85

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

Shades of Hippie Pink #AD4055

Tints of Hippie Pink #AD4055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.4%

R = 53.73%
G = 19.88%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD4055 (or 0xAD4055) is known color: Hippie Pink. HEX triplet: AD, 40 and 55. RGB value is (173,64,85). Sum of RGB (Red+Green+Blue) = 173+64+85=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4055 is #52BFAA. Grayscale: #636363. Windows color (decimal): -5423019 or 5587117. OLE color: 5587117.

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

Color convert

RGB 173 64 85 -
CMYK 0 0.63 0.51 0.32
HSL 348.44º 0.46% 0.46% -
HSV(B) 348.44º 0.63% 0.68% -
XYZ 20.71 13.21 10.05 -
YUV 98.99 120.11 180.79 -
System Red Green Blue C M Y K H S L
Decimal 173 64 85 0 0.63 0.51 0.32 348.44 0.46 0.46
Hex AD 40 55 0 3F 33 20 15C 2E 2E
Octal 255 100 125 0 77 63 40 534 56 56
Binary 10101101 1000000 1010101 0 111111 110011 100000 101011100 101110 101110

Color Harmonies of #AD4055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4055

Black with #AD4055

Text Example


Text Example

White with #AD4055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4055; }

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

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

background-color css

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

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

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

border-color css

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

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

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