#A99365

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

Shades of Barley Corn #A99365

Tints of Barley Corn #A99365

Color information

#A99365 (or 0xA99365) is unknown color: approx Barley Corn. HEX triplet: A9, 93 and 65. RGB value is (169,147,101). Sum of RGB (Red+Green+Blue) = 169+147+101=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A99365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99365 is #566C9A. Grayscale: #949494. Windows color (decimal): -5663899 or 6656937. OLE color: 6656937.

HSL color Cylindrical-coordinate representation of color #A99365: hue angle of 40.59º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A99365 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB169147101-
CMYK00.130.400.34
HSL40.59º28.33%52.94%-
HSV(B)40.59º40.24%66.27%-
XYZ29.1430.2416.61-
YUV148.33101.29142.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=40.53%
G=35.25%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914710100.130.400.3440.5928.3352.94
HexA993650D2822291c35
Octal2512231450155042513465
Binary101010011001001111001010110110100010001010100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99365; }

 p { color: rgb(169,147,101); }

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

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

 a { background-color: rgb(169,147,101); }

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

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

 span { border-color: rgb(169,147,101); }

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