#A8945E

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

Shades of Barley Corn #A8945E

Tints of Barley Corn #A8945E

Color information

#A8945E (or 0xA8945E) is unknown color: approx Barley Corn. HEX triplet: A8, 94 and 5E. RGB value is (168,148,94). Sum of RGB (Red+Green+Blue) = 168+148+94=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A8945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8945E is #576BA1. Grayscale: #949494. Windows color (decimal): -5729186 or 6198440. OLE color: 6198440.

HSL color Cylindrical-coordinate representation of color #A8945E: hue angle of 43.78º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8945E is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16814894-
CMYK00.120.440.34
HSL43.78º29.84%51.37%-
HSV(B)43.78º44.05%65.88%-
XYZ28.7630.3114.92-
YUV147.8297.63142.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.98%
GREEN value IS 148 (58.20% from 255) = 36.10%
BLUE value IS 94 (37.11% from 255) = 22.93%
R=40.98%
G=36.10%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681489400.120.440.3443.7829.8451.37
HexA8945E0C2C222c1e33
Octal2502241360145442543663
Binary101010001001010010111100110010110010001010110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8945E; }

 p { color: rgb(168,148,94); }

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

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

 a { background-color: rgb(168,148,94); }

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

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

 span { border-color: rgb(168,148,94); }

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