Html Css Color HEX #AC5261 Hippie Pink

📋 copy color: '#AC5261'

red 172 ◦ green 82 ◦ blue 97

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

Shades of Hippie Pink #AC5261

Tints of Hippie Pink #AC5261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.64%

R = 49%
G = 23.36%
B = 27.64%

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

#AC5261 (or 0xAC5261) is known color: Hippie Pink. HEX triplet: AC, 52 and 61. RGB value is (172,82,97). Sum of RGB (Red+Green+Blue) = 172+82+97=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5261 is #53AD9E. Grayscale: #6E6E6E. Windows color (decimal): -5483935 or 6378156. OLE color: 6378156.

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

Color convert

RGB 172 82 97 -
CMYK 0 0.52 0.44 0.33
HSL 350º 0.35% 0.5% -
HSV(B) 350º 0.52% 0.67% -
XYZ 22.19 15.67 13.16 -
YUV 110.62 120.32 171.78 -
System Red Green Blue C M Y K H S L
Decimal 172 82 97 0 0.52 0.44 0.33 350 0.35 0.5
Hex AC 52 61 0 34 2C 21 15E 23 32
Octal 254 122 141 0 64 54 41 536 43 62
Binary 10101100 1010010 1100001 0 110100 101100 100001 101011110 100011 110010

Color Harmonies of #AC5261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5261

Black with #AC5261

Text Example


Text Example

White with #AC5261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5261; }

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

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

background-color css

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

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

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

border-color css

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

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

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