#AF8F5D

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

Shades of Barley Corn #AF8F5D

Tints of Barley Corn #AF8F5D

Color information

#AF8F5D (or 0xAF8F5D) is unknown color: approx Barley Corn. HEX triplet: AF, 8F and 5D. RGB value is (175,143,93). Sum of RGB (Red+Green+Blue) = 175+143+93=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F5D is #5070A2. Grayscale: #939393. Windows color (decimal): -5271715 or 6131631. OLE color: 6131631.

HSL color Cylindrical-coordinate representation of color #AF8F5D: hue angle of 36.59º 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 #AF8F5D is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17514393-
CMYK00.180.470.31
HSL36.59º33.88%52.55%-
HSV(B)36.59º46.86%68.63%-
XYZ29.4829.5514.51-
YUV146.8797.6148.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 93 (36.72% from 255) = 22.63%
R=42.58%
G=34.79%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751439300.180.470.3136.5933.8852.55
HexAF8F5D0122F1F252235
Octal2572171350225737454265
Binary1010111110001111101110101001010111111111100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F5D; }

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

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

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

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

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

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

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

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