#AF9666

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

Shades of Barley Corn #AF9666

Tints of Barley Corn #AF9666

Color information

#AF9666 (or 0xAF9666) is unknown color: approx Barley Corn. HEX triplet: AF, 96 and 66. RGB value is (175,150,102). Sum of RGB (Red+Green+Blue) = 175+150+102=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9666 is #506999. Grayscale: #989898. Windows color (decimal): -5269914 or 6723247. OLE color: 6723247.

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

Color convert

RGB175150102-
CMYK00.140.420.31
HSL39.45º31.33%54.31%-
HSV(B)39.45º41.71%68.63%-
XYZ30.9831.8917.09-
YUV15299.78144.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=40.98%
G=35.13%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515010200.140.420.3139.4531.3354.31
HexAF96660E2A1F271f36
Octal2572261460165237473766
Binary10101111100101101100110011101010101111110011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9666; }

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

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

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

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

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

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

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

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