#AF985A

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

Shades of Barley Corn #AF985A

Tints of Barley Corn #AF985A

Color information

#AF985A (or 0xAF985A) is unknown color: approx Barley Corn. HEX triplet: AF, 98 and 5A. RGB value is (175,152,90). Sum of RGB (Red+Green+Blue) = 175+152+90=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF985A is #5067A5. Grayscale: #989898. Windows color (decimal): -5269414 or 5937327. OLE color: 5937327.

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

Color convert

RGB17515290-
CMYK00.130.490.31
HSL43.76º34.69%51.96%-
HSV(B)43.76º48.57%68.63%-
XYZ30.7532.3114.29-
YUV151.8193.12144.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 90 (35.55% from 255) = 21.58%
R=41.97%
G=36.45%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751529000.130.490.3143.7634.6951.96
HexAF985A0D311F2c2334
Octal2572301320156137544364
Binary101011111001100010110100110111000111111101100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF985A; }

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

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

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

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

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

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

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

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