#AC564A

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

Shades of Apple Blossom #AC564A

Tints of Apple Blossom #AC564A

Color information

#AC564A (or 0xAC564A) is unknown color: approx Apple Blossom. HEX triplet: AC, 56 and 4A. RGB value is (172,86,74). Sum of RGB (Red+Green+Blue) = 172+86+74=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC564A is #53A9B5. Grayscale: #6E6E6E. Windows color (decimal): -5482934 or 4871852. OLE color: 4871852.

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

Color convert

RGB1728674-
CMYK00.50.570.33
HSL7.35º39.84%48.24%-
HSV(B)7.35º56.98%67.45%-
XYZ21.5815.928.41-
YUV110.35107.49171.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.81%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=51.81%
G=25.90%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172867400.50.570.337.3539.8448.24
HexAC564A032392172830
Octal254126112062714175060
Binary10101100101011010010100110010111001100001111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC564A; }

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

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

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

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

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

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

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

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