#A99562

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

Shades of Barley Corn #A99562

Tints of Barley Corn #A99562

Color information

#A99562 (or 0xA99562) is unknown color: approx Barley Corn. HEX triplet: A9, 95 and 62. RGB value is (169,149,98). Sum of RGB (Red+Green+Blue) = 169+149+98=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A99562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99562 is #566A9D. Grayscale: #959595. Windows color (decimal): -5663390 or 6460841. OLE color: 6460841.

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

Color convert

RGB16914998-
CMYK00.120.420.34
HSL43.1º29.22%52.35%-
HSV(B)43.1º42.01%66.27%-
XYZ29.3130.8115.96-
YUV149.1799.13142.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.62%
GREEN value IS 149 (58.59% from 255) = 35.82%
BLUE value IS 98 (38.67% from 255) = 23.56%
R=40.62%
G=35.82%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691499800.120.420.3443.129.2252.35
HexA995620C2A222b1d34
Octal2512251420145242533564
Binary101010011001010111000100110010101010001010101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99562; }

 p { color: rgb(169,149,98); }

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

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

 a { background-color: rgb(169,149,98); }

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

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

 span { border-color: rgb(169,149,98); }

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