#AC8D63

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

Shades of Barley Corn #AC8D63

Tints of Barley Corn #AC8D63

Color information

#AC8D63 (or 0xAC8D63) is unknown color: approx Barley Corn. HEX triplet: AC, 8D and 63. RGB value is (172,141,99). Sum of RGB (Red+Green+Blue) = 172+141+99=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D63 is #53729C. Grayscale: #919191. Windows color (decimal): -5468829 or 6524332. OLE color: 6524332.

HSL color Cylindrical-coordinate representation of color #AC8D63: hue angle of 34.52º 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 #AC8D63 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17214199-
CMYK00.180.420.33
HSL34.52º30.54%53.14%-
HSV(B)34.52º42.44%67.45%-
XYZ28.7928.7215.83-
YUV145.48101.77146.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 99 (39.06% from 255) = 24.03%
R=41.75%
G=34.22%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721419900.180.420.3334.5230.5453.14
HexAC8D630122A21231f35
Octal2542151430225241433765
Binary1010110010001101110001101001010101010000110001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D63; }

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

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

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

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

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

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

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

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