#A69162

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

Shades of Barley Corn #A69162

Tints of Barley Corn #A69162

Color information

#A69162 (or 0xA69162) is unknown color: approx Barley Corn. HEX triplet: A6, 91 and 62. RGB value is (166,145,98). Sum of RGB (Red+Green+Blue) = 166+145+98=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A69162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69162 is #596E9D. Grayscale: #929292. Windows color (decimal): -5861022 or 6459814. OLE color: 6459814.

HSL color Cylindrical-coordinate representation of color #A69162: hue angle of 41.47º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A69162 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16614598-
CMYK00.130.410.35
HSL41.47º27.64%51.76%-
HSV(B)41.47º40.96%65.1%-
XYZ28.0629.2415.72-
YUV145.92100.96142.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.59%
GREEN value IS 145 (57.03% from 255) = 35.45%
BLUE value IS 98 (38.67% from 255) = 23.96%
R=40.59%
G=35.45%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661459800.130.410.3541.4727.6451.76
HexA691620D2923291c34
Octal2462211420155143513464
Binary101001101001000111000100110110100110001110100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69162; }

 p { color: rgb(166,145,98); }

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

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

 a { background-color: rgb(166,145,98); }

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

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

 span { border-color: rgb(166,145,98); }

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