#AF935E

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

Shades of Barley Corn #AF935E

Tints of Barley Corn #AF935E

Color information

#AF935E (or 0xAF935E) is unknown color: approx Barley Corn. HEX triplet: AF, 93 and 5E. RGB value is (175,147,94). Sum of RGB (Red+Green+Blue) = 175+147+94=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF935E is #506CA1. Grayscale: #959595. Windows color (decimal): -5270690 or 6198191. OLE color: 6198191.

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

Color convert

RGB17514794-
CMYK00.160.460.31
HSL39.26º33.61%52.75%-
HSV(B)39.26º46.29%68.63%-
XYZ30.1330.7914.94-
YUV149.3396.78146.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 94 (37.11% from 255) = 22.60%
R=42.07%
G=35.34%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751479400.160.460.3139.2633.6152.75
HexAF935E0102E1F272235
Octal2572231360205637474265
Binary1010111110010011101111001000010111011111100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF935E; }

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

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

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

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

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

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

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

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