Html Css Color HEX #AC4059 Hippie Pink

📋 copy color: '#AC4059'

red 172 ◦ green 64 ◦ blue 89

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

Shades of Hippie Pink #AC4059

Tints of Hippie Pink #AC4059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

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

R = 52.92%
G = 19.69%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC4059 (or 0xAC4059) is known color: Hippie Pink. HEX triplet: AC, 40 and 59. RGB value is (172,64,89). Sum of RGB (Red+Green+Blue) = 172+64+89=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4059 is #53BFA6. Grayscale: #636363. Windows color (decimal): -5488551 or 5849260. OLE color: 5849260.

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

Color convert

RGB 172 64 89 -
CMYK 0 0.63 0.48 0.33
HSL 346.11º 0.46% 0.46% -
HSV(B) 346.11º 0.63% 0.67% -
XYZ 20.65 13.16 10.9 -
YUV 99.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 172 64 89 0 0.63 0.48 0.33 346.11 0.46 0.46
Hex AC 40 59 0 3F 30 21 15A 2E 2E
Octal 254 100 131 0 77 60 41 532 56 56
Binary 10101100 1000000 1011001 0 111111 110000 100001 101011010 101110 101110

Color Harmonies of #AC4059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4059

Black with #AC4059

Text Example


Text Example

White with #AC4059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4059; }

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

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

background-color css

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

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

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

border-color css

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

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

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