#AF945E

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

Shades of Barley Corn #AF945E

Tints of Barley Corn #AF945E

Color information

#AF945E (or 0xAF945E) is unknown color: approx Barley Corn. HEX triplet: AF, 94 and 5E. RGB value is (175,148,94). Sum of RGB (Red+Green+Blue) = 175+148+94=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF945E is #506BA1. Grayscale: #969696. Windows color (decimal): -5270434 or 6198447. OLE color: 6198447.

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

Color convert

RGB17514894-
CMYK00.150.460.31
HSL40º33.61%52.75%-
HSV(B)40º46.29%68.63%-
XYZ30.2931.115-
YUV149.9296.45145.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 94 (37.11% from 255) = 22.54%
R=41.97%
G=35.49%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751489400.150.460.314033.6152.75
HexAF945E0F2E1F282235
Octal2572241360175637504265
Binary101011111001010010111100111110111011111101000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF945E; }

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

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

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

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

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

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

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

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