Html Css Color HEX #AC4256 Hippie Pink

📋 copy color: '#AC4256'

red 172 ◦ green 66 ◦ blue 86

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

Shades of Hippie Pink #AC4256

Tints of Hippie Pink #AC4256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

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

R = 53.09%
G = 20.37%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#AC4256 (or 0xAC4256) is known color: Hippie Pink. HEX triplet: AC, 42 and 56. RGB value is (172,66,86). Sum of RGB (Red+Green+Blue) = 172+66+86=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4256 is #53BDA9. Grayscale: #646464. Windows color (decimal): -5488042 or 5653164. OLE color: 5653164.

HSL color Cylindrical-coordinate representation of color #AC4256: hue angle of 348.68º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4256 is Cyan = 0, Magento = 0.62, Yellow = 0.5 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 66 86 -
CMYK 0 0.62 0.5 0.33
HSL 348.68º 0.45% 0.47% -
HSV(B) 348.68º 0.62% 0.67% -
XYZ 20.64 13.34 10.29 -
YUV 99.97 120.12 179.37 -
System Red Green Blue C M Y K H S L
Decimal 172 66 86 0 0.62 0.5 0.33 348.68 0.45 0.47
Hex AC 42 56 0 3E 32 21 15D 2D 2F
Octal 254 102 126 0 76 62 41 535 55 57
Binary 10101100 1000010 1010110 0 111110 110010 100001 101011101 101101 101111

Color Harmonies of #AC4256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4256

Black with #AC4256

Text Example


Text Example

White with #AC4256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4256; }

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

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

background-color css

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

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

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

border-color css

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

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

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