#A99261

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

Shades of Barley Corn #A99261

Tints of Barley Corn #A99261

Color information

#A99261 (or 0xA99261) is unknown color: approx Barley Corn. HEX triplet: A9, 92 and 61. RGB value is (169,146,97). Sum of RGB (Red+Green+Blue) = 169+146+97=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A99261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99261 is #566D9E. Grayscale: #939393. Windows color (decimal): -5664159 or 6394537. OLE color: 6394537.

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

Color convert

RGB16914697-
CMYK00.140.430.34
HSL40.83º29.51%52.16%-
HSV(B)40.83º42.6%66.27%-
XYZ28.829.8615.55-
YUV147.2999.62143.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.02%
GREEN value IS 146 (57.42% from 255) = 35.44%
BLUE value IS 97 (38.28% from 255) = 23.54%
R=41.02%
G=35.44%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691469700.140.430.3440.8329.5152.16
HexA992610E2B22291e34
Octal2512221410165342513664
Binary101010011001001011000010111010101110001010100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99261; }

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

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

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

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

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

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

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

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