#A69363

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

Shades of Barley Corn #A69363

Tints of Barley Corn #A69363

Color information

#A69363 (or 0xA69363) is unknown color: approx Barley Corn. HEX triplet: A6, 93 and 63. RGB value is (166,147,99). Sum of RGB (Red+Green+Blue) = 166+147+99=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A69363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69363 is #596C9C. Grayscale: #939393. Windows color (decimal): -5860509 or 6525862. OLE color: 6525862.

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

Color convert

RGB16614799-
CMYK00.110.400.35
HSL42.99º27.35%51.96%-
HSV(B)42.99º40.36%65.1%-
XYZ28.4129.8816.07-
YUV147.21100.79141.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 99 (39.06% from 255) = 24.03%
R=40.29%
G=35.68%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661479900.110.400.3542.9927.3551.96
HexA693630B28232b1b34
Octal2462231430135043533364
Binary101001101001001111000110101110100010001110101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69363; }

 p { color: rgb(166,147,99); }

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

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

 a { background-color: rgb(166,147,99); }

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

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

 span { border-color: rgb(166,147,99); }

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