#AF995E

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

Shades of Barley Corn #AF995E

Tints of Barley Corn #AF995E

Color information

#AF995E (or 0xAF995E) is unknown color: approx Barley Corn. HEX triplet: AF, 99 and 5E. RGB value is (175,153,94). Sum of RGB (Red+Green+Blue) = 175+153+94=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF995E is #5066A1. Grayscale: #999999. Windows color (decimal): -5269154 or 6199727. OLE color: 6199727.

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

Color convert

RGB17515394-
CMYK00.130.460.31
HSL43.7º33.61%52.75%-
HSV(B)43.7º46.29%68.63%-
XYZ31.0932.715.26-
YUV152.8594.79143.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 94 (37.11% from 255) = 22.27%
R=41.47%
G=36.26%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751539400.130.460.3143.733.6152.75
HexAF995E0D2E1F2c2235
Octal2572311360155637544265
Binary101011111001100110111100110110111011111101100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF995E; }

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

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

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

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

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

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

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

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