#AF9256

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

Shades of Barley Corn #AF9256

Tints of Barley Corn #AF9256

Color information

#AF9256 (or 0xAF9256) is unknown color: approx Barley Corn. HEX triplet: AF, 92 and 56. RGB value is (175,146,86). Sum of RGB (Red+Green+Blue) = 175+146+86=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9256 is #506DA9. Grayscale: #949494. Windows color (decimal): -5270954 or 5673647. OLE color: 5673647.

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

Color convert

RGB17514686-
CMYK00.170.510.31
HSL40.45º35.74%51.18%-
HSV(B)40.45º50.86%68.63%-
XYZ29.6430.3413.1-
YUV147.8393.11147.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 86 (33.98% from 255) = 21.13%
R=43.00%
G=35.87%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751468600.170.510.3140.4535.7451.18
HexAF9256011331F282433
Octal2572221260216337504463
Binary1010111110010010101011001000111001111111101000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9256; }

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

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

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

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

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

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

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

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