#A69263

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

Shades of Barley Corn #A69263

Tints of Barley Corn #A69263

Color information

#A69263 (or 0xA69263) is unknown color: approx Barley Corn. HEX triplet: A6, 92 and 63. RGB value is (166,146,99). Sum of RGB (Red+Green+Blue) = 166+146+99=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A69263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69263 is #596D9C. Grayscale: #929292. Windows color (decimal): -5860765 or 6525606. OLE color: 6525606.

HSL color Cylindrical-coordinate representation of color #A69263: hue angle of 42.09º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A69263 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16614699-
CMYK00.120.400.35
HSL42.09º27.35%51.96%-
HSV(B)42.09º40.36%65.1%-
XYZ28.2629.5716.02-
YUV146.62101.13141.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 99 (39.06% from 255) = 24.09%
R=40.39%
G=35.52%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661469900.120.400.3542.0927.3551.96
HexA692630C28232a1b34
Octal2462221430145043523364
Binary101001101001001011000110110010100010001110101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69263; }

 p { color: rgb(166,146,99); }

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

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

 a { background-color: rgb(166,146,99); }

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

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

 span { border-color: rgb(166,146,99); }

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