#AF9257

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

Shades of Barley Corn #AF9257

Tints of Barley Corn #AF9257

Color information

#AF9257 (or 0xAF9257) is unknown color: approx Barley Corn. HEX triplet: AF, 92 and 57. RGB value is (175,146,87). Sum of RGB (Red+Green+Blue) = 175+146+87=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9257 is #506DA8. Grayscale: #949494. Windows color (decimal): -5270953 or 5739183. OLE color: 5739183.

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

Color convert

RGB17514687-
CMYK00.170.500.31
HSL40.23º35.48%51.37%-
HSV(B)40.23º50.29%68.63%-
XYZ29.6830.3613.31-
YUV147.9493.61147.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 87 (34.38% from 255) = 21.32%
R=42.89%
G=35.78%
B=21.32%

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
Decimal1751468700.170.500.3140.2335.4851.37
HexAF9257011321F282333
Octal2572221270216237504363
Binary1010111110010010101011101000111001011111101000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9257; }

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

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

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

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

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

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

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

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