#A99262

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

Shades of Barley Corn #A99262

Tints of Barley Corn #A99262

Color information

#A99262 (or 0xA99262) is unknown color: approx Barley Corn. HEX triplet: A9, 92 and 62. RGB value is (169,146,98). Sum of RGB (Red+Green+Blue) = 169+146+98=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A99262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99262 is #566D9D. Grayscale: #939393. Windows color (decimal): -5664158 or 6460073. OLE color: 6460073.

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

Color convert

RGB16914698-
CMYK00.140.420.34
HSL40.56º29.22%52.35%-
HSV(B)40.56º42.01%66.27%-
XYZ28.8529.8715.8-
YUV147.4100.12143.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 98 (38.67% from 255) = 23.73%
R=40.92%
G=35.35%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691469800.140.420.3440.5629.2252.35
HexA992620E2A22291d34
Octal2512221420165242513564
Binary101010011001001011000100111010101010001010100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99262; }

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

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

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

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

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

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

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

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