#AF9360

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

Shades of Barley Corn #AF9360

Tints of Barley Corn #AF9360

Color information

#AF9360 (or 0xAF9360) is unknown color: approx Barley Corn. HEX triplet: AF, 93 and 60. RGB value is (175,147,96). Sum of RGB (Red+Green+Blue) = 175+147+96=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9360 is #506C9F. Grayscale: #959595. Windows color (decimal): -5270688 or 6329263. OLE color: 6329263.

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

Color convert

RGB17514796-
CMYK00.160.450.31
HSL38.73º33.05%53.14%-
HSV(B)38.73º45.14%68.63%-
XYZ30.2230.8315.42-
YUV149.5697.78146.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=41.87%
G=35.17%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751479600.160.450.3138.7333.0553.14
HexAF93600102D1F272135
Octal2572231400205537474165
Binary1010111110010011110000001000010110111111100111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9360; }

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

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

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

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

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

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

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

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