#AF9466

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

Shades of Barley Corn #AF9466

Tints of Barley Corn #AF9466

Color information

#AF9466 (or 0xAF9466) is unknown color: approx Barley Corn. HEX triplet: AF, 94 and 66. RGB value is (175,148,102). Sum of RGB (Red+Green+Blue) = 175+148+102=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9466 is #506B99. Grayscale: #979797. Windows color (decimal): -5270426 or 6722735. OLE color: 6722735.

HSL color Cylindrical-coordinate representation of color #AF9466: hue angle of 37.81º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF9466 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB175148102-
CMYK00.150.420.31
HSL37.81º31.33%54.31%-
HSV(B)37.81º41.71%68.63%-
XYZ30.6731.2516.99-
YUV150.83100.45145.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 102 (40.23% from 255) = 24%
R=41.18%
G=34.82%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514810200.150.420.3137.8131.3354.31
HexAF94660F2A1F261f36
Octal2572241460175237463766
Binary10101111100101001100110011111010101111110011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9466; }

 p { color: rgb(175,148,102); }

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

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

 a { background-color: rgb(175,148,102); }

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

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

 span { border-color: rgb(175,148,102); }

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