Html Css Color HEX #AC5359 Hippie Pink

📋 copy color: '#AC5359'

red 172 ◦ green 83 ◦ blue 89

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

Shades of Hippie Pink #AC5359

Tints of Hippie Pink #AC5359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.87%

R = 50%
G = 24.13%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC5359 (or 0xAC5359) is known color: Hippie Pink. HEX triplet: AC, 53 and 59. RGB value is (172,83,89). Sum of RGB (Red+Green+Blue) = 172+83+89=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5359 is #53ACA6. Grayscale: #6E6E6E. Windows color (decimal): -5483687 or 5854124. OLE color: 5854124.

HSL color Cylindrical-coordinate representation of color #AC5359: hue angle of 355.96º 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 #AC5359 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 83 89 -
CMYK 0 0.52 0.48 0.33
HSL 355.96º 0.35% 0.5% -
HSV(B) 355.96º 0.52% 0.67% -
XYZ 21.91 15.68 11.32 -
YUV 110.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 172 83 89 0 0.52 0.48 0.33 355.96 0.35 0.5
Hex AC 53 59 0 34 30 21 164 23 32
Octal 254 123 131 0 64 60 41 544 43 62
Binary 10101100 1010011 1011001 0 110100 110000 100001 101100100 100011 110010

Color Harmonies of #AC5359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5359

Black with #AC5359

Text Example


Text Example

White with #AC5359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5359; }

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

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

background-color css

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

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

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

border-color css

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

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

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