Html Css Color HEX #AC5154 Hippie Pink

📋 copy color: '#AC5154'

red 172 ◦ green 81 ◦ blue 84

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

Shades of Hippie Pink #AC5154

Tints of Hippie Pink #AC5154

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.04%

 BLUE value IS 84 (33.2% from 255) = 24.93%

R = 51.04%
G = 24.04%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC5154 (or 0xAC5154) is known color: Hippie Pink. HEX triplet: AC, 51 and 54. RGB value is (172,81,84). Sum of RGB (Red+Green+Blue) = 172+81+84=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5154 is #53AEAB. Grayscale: #6C6C6C. Windows color (decimal): -5484204 or 5525932. OLE color: 5525932.

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

Color convert

RGB 172 81 84 -
CMYK 0 0.53 0.51 0.33
HSL 358.02º 0.36% 0.5% -
HSV(B) 358.02º 0.53% 0.67% -
XYZ 21.56 15.3 10.2 -
YUV 108.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 172 81 84 0 0.53 0.51 0.33 358.02 0.36 0.5
Hex AC 51 54 0 35 33 21 166 24 32
Octal 254 121 124 0 65 63 41 546 44 62
Binary 10101100 1010001 1010100 0 110101 110011 100001 101100110 100100 110010

Color Harmonies of #AC5154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5154

Black with #AC5154

Text Example


Text Example

White with #AC5154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5154; }

 p { color: rgb(172,81,84); }

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

background-color css

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

 a { background-color: rgb(172,81,84); }

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

border-color css

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

 span { border-color: rgb(172,81,84); }

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