#AF8960

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

Shades of Barley Corn #AF8960

Tints of Barley Corn #AF8960

Color information

#AF8960 (or 0xAF8960) is unknown color: approx Barley Corn. HEX triplet: AF, 89 and 60. RGB value is (175,137,96). Sum of RGB (Red+Green+Blue) = 175+137+96=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8960 is #50769F. Grayscale: #8F8F8F. Windows color (decimal): -5273248 or 6326703. OLE color: 6326703.

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

Color convert

RGB17513796-
CMYK00.220.450.31
HSL31.14º33.05%53.14%-
HSV(B)31.14º45.14%68.63%-
XYZ28.7427.8514.93-
YUV143.69101.09150.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 137 (53.91% from 255) = 33.58%
BLUE value IS 96 (37.89% from 255) = 23.53%
R=42.89%
G=33.58%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751379600.220.450.3131.1433.0553.14
HexAF89600162D1F1f2135
Octal2572111400265537374165
Binary101011111000100111000000101101011011111111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8960; }

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

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

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

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

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

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

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

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