Html Css Color HEX #AC5260 Hippie Pink

📋 copy color: '#AC5260'

red 172 ◦ green 82 ◦ blue 96

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

Shades of Hippie Pink #AC5260

Tints of Hippie Pink #AC5260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 49.14%
G = 23.43%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC5260 (or 0xAC5260) is known color: Hippie Pink. HEX triplet: AC, 52 and 60. RGB value is (172,82,96). Sum of RGB (Red+Green+Blue) = 172+82+96=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5260 is #53AD9F. Grayscale: #6E6E6E. Windows color (decimal): -5483936 or 6312620. OLE color: 6312620.

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

Color convert

RGB 172 82 96 -
CMYK 0 0.52 0.44 0.33
HSL 350.67º 0.35% 0.5% -
HSV(B) 350.67º 0.52% 0.67% -
XYZ 22.14 15.65 12.92 -
YUV 110.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 172 82 96 0 0.52 0.44 0.33 350.67 0.35 0.5
Hex AC 52 60 0 34 2C 21 15F 23 32
Octal 254 122 140 0 64 54 41 537 43 62
Binary 10101100 1010010 1100000 0 110100 101100 100001 101011111 100011 110010

Color Harmonies of #AC5260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5260

Black with #AC5260

Text Example


Text Example

White with #AC5260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5260; }

 p { color: rgb(172,82,96); }

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

background-color css

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

 a { background-color: rgb(172,82,96); }

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

border-color css

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

 span { border-color: rgb(172,82,96); }

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