Html Css Color HEX #AC5354 Hippie Pink

📋 copy color: '#AC5354'

red 172 ◦ green 83 ◦ blue 84

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

Shades of Hippie Pink #AC5354

Tints of Hippie Pink #AC5354

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.48%

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

R = 50.74%
G = 24.48%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC5354 (or 0xAC5354) is known color: Hippie Pink. HEX triplet: AC, 53 and 54. RGB value is (172,83,84). Sum of RGB (Red+Green+Blue) = 172+83+84=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5354 is #53ACAB. Grayscale: #6D6D6D. Windows color (decimal): -5483692 or 5526444. OLE color: 5526444.

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

Color convert

RGB 172 83 84 -
CMYK 0 0.52 0.51 0.33
HSL 359.33º 0.35% 0.5% -
HSV(B) 359.33º 0.52% 0.67% -
XYZ 21.71 15.6 10.25 -
YUV 109.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 172 83 84 0 0.52 0.51 0.33 359.33 0.35 0.5
Hex AC 53 54 0 34 33 21 167 23 32
Octal 254 123 124 0 64 63 41 547 43 62
Binary 10101100 1010011 1010100 0 110100 110011 100001 101100111 100011 110010

Color Harmonies of #AC5354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5354

Black with #AC5354

Text Example


Text Example

White with #AC5354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5354; }

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

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

background-color css

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

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

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

border-color css

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

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

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