#A99361

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

Shades of Barley Corn #A99361

Tints of Barley Corn #A99361

Color information

#A99361 (or 0xA99361) is unknown color: approx Barley Corn. HEX triplet: A9, 93 and 61. RGB value is (169,147,97). Sum of RGB (Red+Green+Blue) = 169+147+97=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A99361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99361 is #566C9E. Grayscale: #949494. Windows color (decimal): -5663903 or 6394793. OLE color: 6394793.

HSL color Cylindrical-coordinate representation of color #A99361: hue angle of 41.67º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A99361 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB16914797-
CMYK00.130.430.34
HSL41.67º29.51%52.16%-
HSV(B)41.67º42.6%66.27%-
XYZ28.9530.1715.61-
YUV147.8899.29143.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 147 (57.81% from 255) = 35.59%
BLUE value IS 97 (38.28% from 255) = 23.49%
R=40.92%
G=35.59%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691479700.130.430.3441.6729.5152.16
HexA993610D2B222a1e34
Octal2512231410155342523664
Binary101010011001001111000010110110101110001010101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99361; }

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

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

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

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

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

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

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

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