#AF9457

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

Shades of Barley Corn #AF9457

Tints of Barley Corn #AF9457

Color information

#AF9457 (or 0xAF9457) is unknown color: approx Barley Corn. HEX triplet: AF, 94 and 57. RGB value is (175,148,87). Sum of RGB (Red+Green+Blue) = 175+148+87=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9457 is #506BA8. Grayscale: #959595. Windows color (decimal): -5270441 or 5739695. OLE color: 5739695.

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

Color convert

RGB17514887-
CMYK00.150.500.31
HSL41.59º35.48%51.37%-
HSV(B)41.59º50.29%68.63%-
XYZ29.9930.9813.42-
YUV149.1292.95146.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 148 (58.20% from 255) = 36.10%
BLUE value IS 87 (34.38% from 255) = 21.22%
R=42.68%
G=36.10%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751488700.150.500.3141.5935.4851.37
HexAF94570F321F2a2333
Octal2572241270176237524363
Binary101011111001010010101110111111001011111101010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9457; }

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

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

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

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

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

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

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

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