Html Css Color HEX #AD4D55 Hippie Pink

📋 copy color: '#AD4D55'

red 173 ◦ green 77 ◦ blue 85

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

Shades of Hippie Pink #AD4D55

Tints of Hippie Pink #AD4D55

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.99%

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

R = 51.64%
G = 22.99%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD4D55 (or 0xAD4D55) is known color: Hippie Pink. HEX triplet: AD, 4D and 55. RGB value is (173,77,85). Sum of RGB (Red+Green+Blue) = 173+77+85=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4D55 is #52B2AA. Grayscale: #6A6A6A. Windows color (decimal): -5419691 or 5590445. OLE color: 5590445.

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

Color convert

RGB 173 77 85 -
CMYK 0 0.55 0.51 0.32
HSL 355º 0.38% 0.49% -
HSV(B) 355º 0.55% 0.68% -
XYZ 21.53 14.85 10.33 -
YUV 106.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 173 77 85 0 0.55 0.51 0.32 355 0.38 0.49
Hex AD 4D 55 0 37 33 20 163 26 31
Octal 255 115 125 0 67 63 40 543 46 61
Binary 10101101 1001101 1010101 0 110111 110011 100000 101100011 100110 110001

Color Harmonies of #AD4D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4D55

Black with #AD4D55

Text Example


Text Example

White with #AD4D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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