Html Css Color HEX #AC4955 Hippie Pink

📋 copy color: '#AC4955'

red 172 ◦ green 73 ◦ blue 85

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

Shades of Hippie Pink #AC4955

Tints of Hippie Pink #AC4955

RGB

 RED value IS 172 (67.58% from 255) = 52.12%

 GREEN value IS 73 (28.91% from 255) = 22.12%

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

R = 52.12%
G = 22.12%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC4955 (or 0xAC4955) is known color: Hippie Pink. HEX triplet: AC, 49 and 55. RGB value is (172,73,85). Sum of RGB (Red+Green+Blue) = 172+73+85=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4955 is #53B6AA. Grayscale: #686868. Windows color (decimal): -5486251 or 5589420. OLE color: 5589420.

HSL color Cylindrical-coordinate representation of color #AC4955: hue angle of 352.73º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4955 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 73 85 -
CMYK 0 0.58 0.51 0.33
HSL 352.73º 0.4% 0.48% -
HSV(B) 352.73º 0.58% 0.67% -
XYZ 21.04 14.19 10.22 -
YUV 103.97 117.3 176.52 -
System Red Green Blue C M Y K H S L
Decimal 172 73 85 0 0.58 0.51 0.33 352.73 0.4 0.48
Hex AC 49 55 0 3A 33 21 161 28 30
Octal 254 111 125 0 72 63 41 541 50 60
Binary 10101100 1001001 1010101 0 111010 110011 100001 101100001 101000 110000

Color Harmonies of #AC4955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4955

Black with #AC4955

Text Example


Text Example

White with #AC4955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4955; }

 p { color: rgb(172,73,85); }

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

background-color css

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

 a { background-color: rgb(172,73,85); }

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

border-color css

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

 span { border-color: rgb(172,73,85); }

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