#A99665

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

Shades of Barley Corn #A99665

Tints of Barley Corn #A99665

Color information

#A99665 (or 0xA99665) is unknown color: approx Barley Corn. HEX triplet: A9, 96 and 65. RGB value is (169,150,101). Sum of RGB (Red+Green+Blue) = 169+150+101=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A99665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99665 is #56699A. Grayscale: #969696. Windows color (decimal): -5663131 or 6657705. OLE color: 6657705.

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

Color convert

RGB169150101-
CMYK00.110.400.34
HSL43.24º28.33%52.94%-
HSV(B)43.24º40.24%66.27%-
XYZ29.6231.1916.77-
YUV150.1100.29141.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 101 (39.84% from 255) = 24.05%
R=40.24%
G=35.71%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915010100.110.400.3443.2428.3352.94
HexA996650B28222b1c35
Octal2512261450135042533465
Binary101010011001011011001010101110100010001010101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99665; }

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

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

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

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

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

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

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

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