Html Css Color HEX #AD4551 Hippie Pink

📋 copy color: '#AD4551'

red 173 ◦ green 69 ◦ blue 81

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

Shades of Hippie Pink #AD4551

Tints of Hippie Pink #AD4551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.36%

 BLUE value IS 81 (32.03% from 255) = 25.08%

R = 53.56%
G = 21.36%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD4551 (or 0xAD4551) is known color: Hippie Pink. HEX triplet: AD, 45 and 51. RGB value is (173,69,81). Sum of RGB (Red+Green+Blue) = 173+69+81=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4551 is #52BAAE. Grayscale: #656565. Windows color (decimal): -5421743 or 5326253. OLE color: 5326253.

HSL color Cylindrical-coordinate representation of color #AD4551: hue angle of 353.08º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4551 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 81 -
CMYK 0 0.60 0.53 0.32
HSL 353.08º 0.43% 0.47% -
HSV(B) 353.08º 0.6% 0.68% -
XYZ 20.85 13.73 9.34 -
YUV 101.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 173 69 81 0 0.60 0.53 0.32 353.08 0.43 0.47
Hex AD 45 51 0 3C 35 20 161 2B 2F
Octal 255 105 121 0 74 65 40 541 53 57
Binary 10101101 1000101 1010001 0 111100 110101 100000 101100001 101011 101111

Color Harmonies of #AD4551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4551

Black with #AD4551

Text Example


Text Example

White with #AD4551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4551; }

 p { color: rgb(173,69,81); }

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

background-color css

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

 a { background-color: rgb(173,69,81); }

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

border-color css

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

 span { border-color: rgb(173,69,81); }

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