#A89761

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

Shades of Barley Corn #A89761

Tints of Barley Corn #A89761

Color information

#A89761 (or 0xA89761) is unknown color: approx Barley Corn. HEX triplet: A8, 97 and 61. RGB value is (168,151,97). Sum of RGB (Red+Green+Blue) = 168+151+97=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A89761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89761 is #57689E. Grayscale: #969696. Windows color (decimal): -5728415 or 6395816. OLE color: 6395816.

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

Color convert

RGB16815197-
CMYK00.100.420.34
HSL45.63º28.98%51.96%-
HSV(B)45.63º42.26%65.88%-
XYZ29.3731.3215.81-
YUV149.9398.13140.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.38%
GREEN value IS 151 (59.38% from 255) = 36.30%
BLUE value IS 97 (38.28% from 255) = 23.32%
R=40.38%
G=36.30%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681519700.100.420.3445.6328.9851.96
HexA897610A2A222e1d34
Octal2502271410125242563564
Binary101010001001011111000010101010101010001010111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89761; }

 p { color: rgb(168,151,97); }

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

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

 a { background-color: rgb(168,151,97); }

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

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

 span { border-color: rgb(168,151,97); }

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