#AC5254

Color #AC5254 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AC5254

Tints of Hippie Pink #AC5254

Color information

#AC5254 (or 0xAC5254) is unknown color: approx Hippie Pink. HEX triplet: AC, 52 and 54. RGB value is (172,82,84). Sum of RGB (Red+Green+Blue) = 172+82+84=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5254 is #53ADAB. Grayscale: #6D6D6D. Windows color (decimal): -5483948 or 5526188. OLE color: 5526188.

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

Color convert

RGB1728284-
CMYK00.520.510.33
HSL358.67º35.43%49.8%-
HSV(B)358.67º52.33%67.45%-
XYZ21.6315.4510.23-
YUV109.14113.82172.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 82 (32.42% from 255) = 24.26%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=50.89%
G=24.26%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172828400.520.510.33358.6735.4349.8
HexAC525403433211672332
Octal25412212406463415474362
Binary10101100101001010101000110100110011100001101100111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5254; }

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

 H1.HeaderClassName
 {
   color: #AC5254;
 }
 .AnyTagClassName
 {
   color: #AC5254;
 }
</style>
background-color css

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

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

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

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

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

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