#AF915F

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

Shades of Barley Corn #AF915F

Tints of Barley Corn #AF915F

Color information

#AF915F (or 0xAF915F) is unknown color: approx Barley Corn. HEX triplet: AF, 91 and 5F. RGB value is (175,145,95). Sum of RGB (Red+Green+Blue) = 175+145+95=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF915F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF915F is #506EA0. Grayscale: #949494. Windows color (decimal): -5271201 or 6263215. OLE color: 6263215.

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

Color convert

RGB17514595-
CMYK00.170.460.31
HSL37.5º33.33%52.94%-
HSV(B)37.5º45.71%68.63%-
XYZ29.8730.1915.08-
YUV148.2797.94147.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 145 (57.03% from 255) = 34.94%
BLUE value IS 95 (37.5% from 255) = 22.89%
R=42.17%
G=34.94%
B=22.89%

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
Decimal1751459500.170.460.3137.533.3352.94
HexAF915F0112E1F262135
Octal2572211370215637464165
Binary1010111110010001101111101000110111011111100110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF915F; }

 p { color: rgb(175,145,95); }

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

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

 a { background-color: rgb(175,145,95); }

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

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

 span { border-color: rgb(175,145,95); }

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