#A99465

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

Shades of Barley Corn #A99465

Tints of Barley Corn #A99465

Color information

#A99465 (or 0xA99465) is unknown color: approx Barley Corn. HEX triplet: A9, 94 and 65. RGB value is (169,148,101). Sum of RGB (Red+Green+Blue) = 169+148+101=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A99465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99465 is #566B9A. Grayscale: #959595. Windows color (decimal): -5663643 or 6657193. OLE color: 6657193.

HSL color Cylindrical-coordinate representation of color #A99465: hue angle of 41.47º 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 #A99465 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB169148101-
CMYK00.120.400.34
HSL41.47º28.33%52.94%-
HSV(B)41.47º40.24%66.27%-
XYZ29.330.5516.67-
YUV148.92100.96142.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.43%
GREEN value IS 148 (58.20% from 255) = 35.41%
BLUE value IS 101 (39.84% from 255) = 24.16%
R=40.43%
G=35.41%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914810100.120.400.3441.4728.3352.94
HexA994650C2822291c35
Octal2512241450145042513465
Binary101010011001010011001010110010100010001010100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99465; }

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

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

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

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

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

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

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

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