Html Css Color HEX #AC5256 Hippie Pink

📋 copy color: '#AC5256'

red 172 ◦ green 82 ◦ blue 86

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

Shades of Hippie Pink #AC5256

Tints of Hippie Pink #AC5256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.29%

R = 50.59%
G = 24.12%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#AC5256 (or 0xAC5256) is known color: Hippie Pink. HEX triplet: AC, 52 and 56. RGB value is (172,82,86). Sum of RGB (Red+Green+Blue) = 172+82+86=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5256 is #53ADA9. Grayscale: #6D6D6D. Windows color (decimal): -5483946 or 5657260. OLE color: 5657260.

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

Color convert

RGB 172 82 86 -
CMYK 0 0.52 0.5 0.33
HSL 357.33º 0.35% 0.5% -
HSV(B) 357.33º 0.52% 0.67% -
XYZ 21.71 15.48 10.65 -
YUV 109.37 114.82 172.67 -
System Red Green Blue C M Y K H S L
Decimal 172 82 86 0 0.52 0.5 0.33 357.33 0.35 0.5
Hex AC 52 56 0 34 32 21 165 23 32
Octal 254 122 126 0 64 62 41 545 43 62
Binary 10101100 1010010 1010110 0 110100 110010 100001 101100101 100011 110010

Color Harmonies of #AC5256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5256

Black with #AC5256

Text Example


Text Example

White with #AC5256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5256; }

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

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

background-color css

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

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

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

border-color css

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

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

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