#A79462

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

Shades of Barley Corn #A79462

Tints of Barley Corn #A79462

Color information

#A79462 (or 0xA79462) is unknown color: approx Barley Corn. HEX triplet: A7, 94 and 62. RGB value is (167,148,98). Sum of RGB (Red+Green+Blue) = 167+148+98=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A79462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79462 is #586B9D. Grayscale: #949494. Windows color (decimal): -5794718 or 6460583. OLE color: 6460583.

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

Color convert

RGB16714898-
CMYK00.110.410.35
HSL43.48º28.16%51.96%-
HSV(B)43.48º41.32%65.49%-
XYZ28.7330.2815.89-
YUV147.9899.79141.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 98 (38.67% from 255) = 23.73%
R=40.44%
G=35.84%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671489800.110.410.3543.4828.1651.96
HexA794620B29232b1c34
Octal2472241420135143533464
Binary101001111001010011000100101110100110001110101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79462; }

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

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

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

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

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

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

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

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