#AC9563

Color #AC9563 Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #AC9563

Tints of Barley Corn #AC9563

Color information

#AC9563 (or 0xAC9563) is unknown color: approx Barley Corn. HEX triplet: AC, 95 and 63. RGB value is (172,149,99). Sum of RGB (Red+Green+Blue) = 172+149+99=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9563 is #536A9C. Grayscale: #969696. Windows color (decimal): -5466781 or 6526380. OLE color: 6526380.

HSL color Cylindrical-coordinate representation of color #AC9563: hue angle of 41.1º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC9563 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17214999-
CMYK00.130.420.33
HSL41.1º30.54%53.14%-
HSV(B)41.1º42.44%67.45%-
XYZ30.0131.1716.24-
YUV150.1899.12143.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 149 (58.59% from 255) = 35.48%
BLUE value IS 99 (39.06% from 255) = 23.57%
R=40.95%
G=35.48%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721499900.130.420.3341.130.5453.14
HexAC95630D2A21291f35
Octal2542251430155241513765
Binary101011001001010111000110110110101010000110100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9563; }

 p { color: rgb(172,149,99); }

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

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

 a { background-color: rgb(172,149,99); }

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

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

 span { border-color: rgb(172,149,99); }

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