#AF9355

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

Shades of Barley Corn #AF9355

Tints of Barley Corn #AF9355

Color information

#AF9355 (or 0xAF9355) is unknown color: approx Barley Corn. HEX triplet: AF, 93 and 55. RGB value is (175,147,85). Sum of RGB (Red+Green+Blue) = 175+147+85=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9355 is #506CAA. Grayscale: #949494. Windows color (decimal): -5270699 or 5608367. OLE color: 5608367.

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

Color convert

RGB17514785-
CMYK00.160.510.31
HSL41.33º36%50.98%-
HSV(B)41.33º51.43%68.63%-
XYZ29.7530.6412.94-
YUV148.392.28147.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 85 (33.59% from 255) = 20.88%
R=43.00%
G=36.12%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751478500.160.510.3141.333650.98
HexAF9355010331F292433
Octal2572231250206337514463
Binary1010111110010011101010101000011001111111101001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9355; }

 p { color: rgb(175,147,85); }

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

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

 a { background-color: rgb(175,147,85); }

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

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

 span { border-color: rgb(175,147,85); }

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