#A89663

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

Shades of Barley Corn #A89663

Tints of Barley Corn #A89663

Color information

#A89663 (or 0xA89663) is unknown color: approx Barley Corn. HEX triplet: A8, 96 and 63. RGB value is (168,150,99). Sum of RGB (Red+Green+Blue) = 168+150+99=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A89663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89663 is #57699C. Grayscale: #959595. Windows color (decimal): -5728669 or 6526632. OLE color: 6526632.

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

Color convert

RGB16815099-
CMYK00.110.410.34
HSL44.35º28.4%52.35%-
HSV(B)44.35º41.07%65.88%-
XYZ29.3131.0416.25-
YUV149.5799.46141.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 99 (39.06% from 255) = 23.74%
R=40.29%
G=35.97%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681509900.110.410.3444.3528.452.35
HexA896630B29222c1c34
Octal2502261430135142543464
Binary101010001001011011000110101110100110001010110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89663; }

 p { color: rgb(168,150,99); }

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

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

 a { background-color: rgb(168,150,99); }

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

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

 span { border-color: rgb(168,150,99); }

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