#A8985F

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

Shades of Barley Corn #A8985F

Tints of Barley Corn #A8985F

Color information

#A8985F (or 0xA8985F) is unknown color: approx Barley Corn. HEX triplet: A8, 98 and 5F. RGB value is (168,152,95). Sum of RGB (Red+Green+Blue) = 168+152+95=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A8985F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8985F is #5767A0. Grayscale: #969696. Windows color (decimal): -5728161 or 6265000. OLE color: 6265000.

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

Color convert

RGB16815295-
CMYK00.100.430.34
HSL46.85º29.55%51.57%-
HSV(B)46.85º43.45%65.88%-
XYZ29.4431.6115.38-
YUV150.2996.8140.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.48%
GREEN value IS 152 (59.77% from 255) = 36.63%
BLUE value IS 95 (37.5% from 255) = 22.89%
R=40.48%
G=36.63%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681529500.100.430.3446.8529.5551.57
HexA8985F0A2B222f1e34
Octal2502301370125342573664
Binary101010001001100010111110101010101110001010111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8985F; }

 p { color: rgb(168,152,95); }

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

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

 a { background-color: rgb(168,152,95); }

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

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

 span { border-color: rgb(168,152,95); }

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