#AF925E

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

Shades of Barley Corn #AF925E

Tints of Barley Corn #AF925E

Color information

#AF925E (or 0xAF925E) is unknown color: approx Barley Corn. HEX triplet: AF, 92 and 5E. RGB value is (175,146,94). Sum of RGB (Red+Green+Blue) = 175+146+94=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF925E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF925E is #506DA1. Grayscale: #949494. Windows color (decimal): -5270946 or 6197935. OLE color: 6197935.

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

Color convert

RGB17514694-
CMYK00.170.460.31
HSL38.52º33.61%52.75%-
HSV(B)38.52º46.29%68.63%-
XYZ29.9830.4814.89-
YUV148.7497.11146.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 94 (37.11% from 255) = 22.65%
R=42.17%
G=35.18%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751469400.170.460.3138.5233.6152.75
HexAF925E0112E1F272235
Octal2572221360215637474265
Binary1010111110010010101111001000110111011111100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF925E; }

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

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

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

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

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

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

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

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