#AF9560

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

Shades of Barley Corn #AF9560

Tints of Barley Corn #AF9560

Color information

#AF9560 (or 0xAF9560) is unknown color: approx Barley Corn. HEX triplet: AF, 95 and 60. RGB value is (175,149,96). Sum of RGB (Red+Green+Blue) = 175+149+96=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9560 is #506A9F. Grayscale: #969696. Windows color (decimal): -5270176 or 6329775. OLE color: 6329775.

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

Color convert

RGB17514996-
CMYK00.150.450.31
HSL40.25º33.05%53.14%-
HSV(B)40.25º45.14%68.63%-
XYZ30.5431.4515.53-
YUV150.7397.11145.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 149 (58.59% from 255) = 35.48%
BLUE value IS 96 (37.89% from 255) = 22.86%
R=41.67%
G=35.48%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751499600.150.450.3140.2533.0553.14
HexAF95600F2D1F282135
Octal2572251400175537504165
Binary101011111001010111000000111110110111111101000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9560; }

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

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

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

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

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

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

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

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