#AF9160

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

Shades of Barley Corn #AF9160

Tints of Barley Corn #AF9160

Color information

#AF9160 (or 0xAF9160) is unknown color: approx Barley Corn. HEX triplet: AF, 91 and 60. RGB value is (175,145,96). Sum of RGB (Red+Green+Blue) = 175+145+96=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9160 is #506E9F. Grayscale: #949494. Windows color (decimal): -5271200 or 6328751. OLE color: 6328751.

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

Color convert

RGB17514596-
CMYK00.170.450.31
HSL37.22º33.05%53.14%-
HSV(B)37.22º45.14%68.63%-
XYZ29.9230.2115.32-
YUV148.3898.44146.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 96 (37.89% from 255) = 23.08%
R=42.07%
G=34.86%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751459600.170.450.3137.2233.0553.14
HexAF91600112D1F252135
Octal2572211400215537454165
Binary1010111110010001110000001000110110111111100101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9160; }

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

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

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

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

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

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

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

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