#AF8B5F

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

Shades of Barley Corn #AF8B5F

Tints of Barley Corn #AF8B5F

Color information

#AF8B5F (or 0xAF8B5F) is unknown color: approx Barley Corn. HEX triplet: AF, 8B and 5F. RGB value is (175,139,95). Sum of RGB (Red+Green+Blue) = 175+139+95=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B5F is #5074A0. Grayscale: #909090. Windows color (decimal): -5272737 or 6261679. OLE color: 6261679.

HSL color Cylindrical-coordinate representation of color #AF8B5F: hue angle of 33º degrees, saturation: 0.33, 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 #AF8B5F is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17513995-
CMYK00.210.460.31
HSL33º33.33%52.94%-
HSV(B)33º45.71%68.63%-
XYZ28.9828.4114.78-
YUV144.7599.93149.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 139 (54.69% from 255) = 33.99%
BLUE value IS 95 (37.5% from 255) = 23.23%
R=42.79%
G=33.99%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751399500.210.460.313333.3352.94
HexAF8B5F0152E1F212135
Octal2572131370255637414165
Binary1010111110001011101111101010110111011111100001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B5F; }

 p { color: rgb(175,139,95); }

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

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

 a { background-color: rgb(175,139,95); }

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

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

 span { border-color: rgb(175,139,95); }

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