#A98E61

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

Shades of Barley Corn #A98E61

Tints of Barley Corn #A98E61

Color information

#A98E61 (or 0xA98E61) is unknown color: approx Barley Corn. HEX triplet: A9, 8E and 61. RGB value is (169,142,97). Sum of RGB (Red+Green+Blue) = 169+142+97=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98E61 is #56719E. Grayscale: #919191. Windows color (decimal): -5665183 or 6393513. OLE color: 6393513.

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

Color convert

RGB16914297-
CMYK00.160.430.34
HSL37.5º29.51%52.16%-
HSV(B)37.5º42.6%66.27%-
XYZ28.1928.6415.35-
YUV144.94100.95145.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.42%
GREEN value IS 142 (55.86% from 255) = 34.80%
BLUE value IS 97 (38.28% from 255) = 23.77%
R=41.42%
G=34.80%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691429700.160.430.3437.529.5152.16
HexA98E610102B22261e34
Octal2512161410205342463664
Binary1010100110001110110000101000010101110001010011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E61; }

 p { color: rgb(169,142,97); }

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

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

 a { background-color: rgb(169,142,97); }

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

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

 span { border-color: rgb(169,142,97); }

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