#A79164

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

Shades of Barley Corn #A79164

Tints of Barley Corn #A79164

Color information

#A79164 (or 0xA79164) is unknown color: approx Barley Corn. HEX triplet: A7, 91 and 64. RGB value is (167,145,100). Sum of RGB (Red+Green+Blue) = 167+145+100=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A79164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79164 is #586E9B. Grayscale: #929292. Windows color (decimal): -5795484 or 6590887. OLE color: 6590887.

HSL color Cylindrical-coordinate representation of color #A79164: hue angle of 40.3º degrees, saturation: 0.28, 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 #A79164 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB167145100-
CMYK00.130.400.35
HSL40.3º27.57%52.35%-
HSV(B)40.3º40.12%65.49%-
XYZ28.3629.3916.23-
YUV146.45101.79142.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.53%
GREEN value IS 145 (57.03% from 255) = 35.19%
BLUE value IS 100 (39.45% from 255) = 24.27%
R=40.53%
G=35.19%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714510000.130.400.3540.327.5752.35
HexA791640D2823281c34
Octal2472211440155043503464
Binary101001111001000111001000110110100010001110100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79164; }

 p { color: rgb(167,145,100); }

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

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

 a { background-color: rgb(167,145,100); }

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

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

 span { border-color: rgb(167,145,100); }

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