#AF985D

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

Shades of Barley Corn #AF985D

Tints of Barley Corn #AF985D

Color information

#AF985D (or 0xAF985D) is unknown color: approx Barley Corn. HEX triplet: AF, 98 and 5D. RGB value is (175,152,93). Sum of RGB (Red+Green+Blue) = 175+152+93=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF985D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF985D is #5067A2. Grayscale: #989898. Windows color (decimal): -5269411 or 6133935. OLE color: 6133935.

HSL color Cylindrical-coordinate representation of color #AF985D: hue angle of 43.17º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF985D is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17515293-
CMYK00.130.470.31
HSL43.17º33.88%52.55%-
HSV(B)43.17º46.86%68.63%-
XYZ30.8832.3614.97-
YUV152.1594.62144.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 152 (59.77% from 255) = 36.19%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=41.67%
G=36.19%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751529300.130.470.3143.1733.8852.55
HexAF985D0D2F1F2b2235
Octal2572301350155737534265
Binary101011111001100010111010110110111111111101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF985D; }

 p { color: rgb(175,152,93); }

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

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

 a { background-color: rgb(175,152,93); }

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

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

 span { border-color: rgb(175,152,93); }

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