#AF8F5E

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

Shades of Barley Corn #AF8F5E

Tints of Barley Corn #AF8F5E

Color information

#AF8F5E (or 0xAF8F5E) is unknown color: approx Barley Corn. HEX triplet: AF, 8F and 5E. RGB value is (175,143,94). Sum of RGB (Red+Green+Blue) = 175+143+94=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F5E is #5070A1. Grayscale: #939393. Windows color (decimal): -5271714 or 6197167. OLE color: 6197167.

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

Color convert

RGB17514394-
CMYK00.180.460.31
HSL36.3º33.61%52.75%-
HSV(B)36.3º46.29%68.63%-
XYZ29.5229.5714.74-
YUV146.9898.1147.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 94 (37.11% from 255) = 22.82%
R=42.48%
G=34.71%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751439400.180.460.3136.333.6152.75
HexAF8F5E0122E1F242235
Octal2572171360225637444265
Binary1010111110001111101111001001010111011111100100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F5E; }

 p { color: rgb(175,143,94); }

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

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

 a { background-color: rgb(175,143,94); }

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

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

 span { border-color: rgb(175,143,94); }

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