#AC564C

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

Shades of Apple Blossom #AC564C

Tints of Apple Blossom #AC564C

Color information

#AC564C (or 0xAC564C) is unknown color: approx Apple Blossom. HEX triplet: AC, 56 and 4C. RGB value is (172,86,76). Sum of RGB (Red+Green+Blue) = 172+86+76=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC564C is #53A9B3. Grayscale: #6E6E6E. Windows color (decimal): -5482932 or 5002924. OLE color: 5002924.

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

Color convert

RGB1728676-
CMYK00.50.560.33
HSL6.25º38.71%48.63%-
HSV(B)6.25º55.81%67.45%-
XYZ21.6515.958.77-
YUV110.57108.49171.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.50%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 76 (30.08% from 255) = 22.75%
R=51.50%
G=25.75%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172867600.50.560.336.2538.7148.63
HexAC564C032382162731
Octal254126114062704164761
Binary10101100101011010011000110010111000100001110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC564C; }

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

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

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

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

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

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

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

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