#af9059

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

Shades of Barley Corn #AF9059

Tints of Barley Corn #AF9059

Color information

#AF9059 (or 0xAF9059) is unknown color: approx Barley Corn. HEX triplet: AF, 90 and 59. RGB value is (175,144,89). Sum of RGB (Red+Green+Blue) = 175+144+89=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9059 is #506FA6. Grayscale: #939393. Windows color (decimal): -5271463 or 5869743. OLE color: 5869743.

HSL color Cylindrical-coordinate representation of color #AF9059: hue angle of 38.37º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF9059 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17514489-
CMYK00.180.490.31
HSL38.37º34.96%51.76%-
HSV(B)38.37º49.14%68.63%-
XYZ29.4629.7813.65-
YUV14795.27147.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 144 (56.64% from 255) = 35.29%
BLUE value IS 89 (35.16% from 255) = 21.81%
R=42.89%
G=35.29%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751448900.180.490.3138.3734.9651.76
HexAF9059012311F262334
Octal2572201310226137464364
Binary1010111110010000101100101001011000111111100110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af9059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af9059; }

 p { color: rgb(175,144,89); }

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

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

 a { background-color: rgb(175,144,89); }

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

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

 span { border-color: rgb(175,144,89); }

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