#AC5A57

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

Shades of Apple Blossom #AC5A57

Tints of Apple Blossom #AC5A57

Color information

#AC5A57 (or 0xAC5A57) is unknown color: approx Apple Blossom. HEX triplet: AC, 5A and 57. RGB value is (172,90,87). Sum of RGB (Red+Green+Blue) = 172+90+87=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A57 is #53A5A8. Grayscale: #727272. Windows color (decimal): -5481897 or 5724844. OLE color: 5724844.

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

Color convert

RGB1729087-
CMYK00.480.490.33
HSL2.12º33.86%50.78%-
HSV(B)2.12º49.42%67.45%-
XYZ22.3916.7711.07-
YUV114.18112.67169.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 90 (35.55% from 255) = 25.79%
BLUE value IS 87 (34.38% from 255) = 24.93%
R=49.28%
G=25.79%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172908700.480.490.332.1233.8650.78
HexAC5A57030312122233
Octal254132127060614124263
Binary1010110010110101010111011000011000110000110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A57; }

 p { color: rgb(172,90,87); }

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

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

 a { background-color: rgb(172,90,87); }

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

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

 span { border-color: rgb(172,90,87); }

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