#A79662

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

Shades of Barley Corn #A79662

Tints of Barley Corn #A79662

Color information

#A79662 (or 0xA79662) is unknown color: approx Barley Corn. HEX triplet: A7, 96 and 62. RGB value is (167,150,98). Sum of RGB (Red+Green+Blue) = 167+150+98=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A79662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79662 is #58699D. Grayscale: #959595. Windows color (decimal): -5794206 or 6461095. OLE color: 6461095.

HSL color Cylindrical-coordinate representation of color #A79662: hue angle of 45.22º 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 #A79662 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16715098-
CMYK00.100.410.35
HSL45.22º28.16%51.96%-
HSV(B)45.22º41.32%65.49%-
XYZ29.0530.9115.99-
YUV149.1699.13140.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.24%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 98 (38.67% from 255) = 23.61%
R=40.24%
G=36.14%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671509800.100.410.3545.2228.1651.96
HexA796620A29232d1c34
Octal2472261420125143553464
Binary101001111001011011000100101010100110001110110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79662; }

 p { color: rgb(167,150,98); }

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

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

 a { background-color: rgb(167,150,98); }

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

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

 span { border-color: rgb(167,150,98); }

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