#AF9157

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

Shades of Barley Corn #AF9157

Tints of Barley Corn #AF9157

Color information

#AF9157 (or 0xAF9157) is unknown color: approx Barley Corn. HEX triplet: AF, 91 and 57. RGB value is (175,145,87). Sum of RGB (Red+Green+Blue) = 175+145+87=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9157 is #506EA8. Grayscale: #939393. Windows color (decimal): -5271209 or 5738927. OLE color: 5738927.

HSL color Cylindrical-coordinate representation of color #AF9157: hue angle of 39.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF9157 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17514587-
CMYK00.170.500.31
HSL39.55º35.48%51.37%-
HSV(B)39.55º50.29%68.63%-
XYZ29.5230.0513.26-
YUV147.3693.94147.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 87 (34.38% from 255) = 21.38%
R=43.00%
G=35.63%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751458700.170.500.3139.5535.4851.37
HexAF9157011321F282333
Octal2572211270216237504363
Binary1010111110010001101011101000111001011111101000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9157; }

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

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

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

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

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

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

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

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