#A69660

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

Shades of Barley Corn #A69660

Tints of Barley Corn #A69660

Color information

#A69660 (or 0xA69660) is unknown color: approx Barley Corn. HEX triplet: A6, 96 and 60. RGB value is (166,150,96). Sum of RGB (Red+Green+Blue) = 166+150+96=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A69660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69660 is #59699F. Grayscale: #949494. Windows color (decimal): -5859744 or 6330022. OLE color: 6330022.

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

Color convert

RGB16615096-
CMYK00.100.420.35
HSL46.29º28.23%51.37%-
HSV(B)46.29º42.17%65.1%-
XYZ28.7430.7615.49-
YUV148.6398.3140.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=40.29%
G=36.41%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661509600.100.420.3546.2928.2351.37
HexA696600A2A232e1c33
Octal2462261400125243563463
Binary101001101001011011000000101010101010001110111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69660; }

 p { color: rgb(166,150,96); }

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

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

 a { background-color: rgb(166,150,96); }

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

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

 span { border-color: rgb(166,150,96); }

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