#A8975E

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

Shades of Barley Corn #A8975E

Tints of Barley Corn #A8975E

Color information

#A8975E (or 0xA8975E) is unknown color: approx Barley Corn. HEX triplet: A8, 97 and 5E. RGB value is (168,151,94). Sum of RGB (Red+Green+Blue) = 168+151+94=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A8975E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8975E is #5768A1. Grayscale: #959595. Windows color (decimal): -5728418 or 6199208. OLE color: 6199208.

HSL color Cylindrical-coordinate representation of color #A8975E: hue angle of 46.22º 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 #A8975E is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16815194-
CMYK00.100.440.34
HSL46.22º29.84%51.37%-
HSV(B)46.22º44.05%65.88%-
XYZ29.2431.2715.08-
YUV149.5896.63141.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.68%
GREEN value IS 151 (59.38% from 255) = 36.56%
BLUE value IS 94 (37.11% from 255) = 22.76%
R=40.68%
G=36.56%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681519400.100.440.3446.2229.8451.37
HexA8975E0A2C222e1e33
Octal2502271360125442563663
Binary101010001001011110111100101010110010001010111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8975E; }

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

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

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

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

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

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

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

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