#AF9B60

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

Shades of Barley Corn #AF9B60

Tints of Barley Corn #AF9B60

Color information

#AF9B60 (or 0xAF9B60) is unknown color: approx Barley Corn. HEX triplet: AF, 9B and 60. RGB value is (175,155,96). Sum of RGB (Red+Green+Blue) = 175+155+96=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9B60 is #50649F. Grayscale: #9A9A9A. Windows color (decimal): -5268640 or 6331311. OLE color: 6331311.

HSL color Cylindrical-coordinate representation of color #AF9B60: hue angle of 44.81º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF9B60 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17515596-
CMYK00.110.450.31
HSL44.81º33.05%53.14%-
HSV(B)44.81º45.14%68.63%-
XYZ31.5133.415.85-
YUV154.2595.13142.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 155 (60.94% from 255) = 36.38%
BLUE value IS 96 (37.89% from 255) = 22.54%
R=41.08%
G=36.38%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751559600.110.450.3144.8133.0553.14
HexAF9B600B2D1F2d2135
Octal2572331400135537554165
Binary101011111001101111000000101110110111111101101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9B60; }

 p { color: rgb(175,155,96); }

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

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

 a { background-color: rgb(175,155,96); }

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

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

 span { border-color: rgb(175,155,96); }

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