#AF9C5E

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

Shades of Barley Corn #AF9C5E

Tints of Barley Corn #AF9C5E

Color information

#AF9C5E (or 0xAF9C5E) is unknown color: approx Barley Corn. HEX triplet: AF, 9C and 5E. RGB value is (175,156,94). Sum of RGB (Red+Green+Blue) = 175+156+94=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C5E is #5063A1. Grayscale: #9A9A9A. Windows color (decimal): -5268386 or 6200495. OLE color: 6200495.

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

Color convert

RGB17515694-
CMYK00.110.460.31
HSL45.93º33.61%52.75%-
HSV(B)45.93º46.29%68.63%-
XYZ31.5933.715.43-
YUV154.6193.79142.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 156 (61.33% from 255) = 36.71%
BLUE value IS 94 (37.11% from 255) = 22.12%
R=41.18%
G=36.71%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751569400.110.460.3145.9333.6152.75
HexAF9C5E0B2E1F2e2235
Octal2572341360135637564265
Binary101011111001110010111100101110111011111101110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9C5E; }

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

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

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

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

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

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

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

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