#AC5B54

Color #AC5B54 Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #AC5B54

Tints of Apple Blossom #AC5B54

Color information

#AC5B54 (or 0xAC5B54) is unknown color: approx Apple Blossom. HEX triplet: AC, 5B and 54. RGB value is (172,91,84). Sum of RGB (Red+Green+Blue) = 172+91+84=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5B54 is #53A4AB. Grayscale: #727272. Windows color (decimal): -5481644 or 5528492. OLE color: 5528492.

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

Color convert

RGB1729184-
CMYK00.470.510.33
HSL4.77º34.65%50.2%-
HSV(B)4.77º51.16%67.45%-
XYZ22.3516.8910.47-
YUV114.42110.84169.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.57%
GREEN value IS 91 (35.94% from 255) = 26.22%
BLUE value IS 84 (33.20% from 255) = 24.21%
R=49.57%
G=26.22%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172918400.470.510.334.7734.6550.2
HexAC5B5402F332152332
Octal254133124057634154362
Binary10101100101101110101000101111110011100001101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5B54; }

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

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

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

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

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

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

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

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