#AF9B65

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

Shades of Barley Corn #AF9B65

Tints of Barley Corn #AF9B65

Color information

#AF9B65 (or 0xAF9B65) is unknown color: approx Barley Corn. HEX triplet: AF, 9B and 65. RGB value is (175,155,101). Sum of RGB (Red+Green+Blue) = 175+155+101=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9B65 is #50649A. Grayscale: #9B9B9B. Windows color (decimal): -5268635 or 6658991. OLE color: 6658991.

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

Color convert

RGB175155101-
CMYK00.110.420.31
HSL43.78º31.62%54.12%-
HSV(B)43.78º42.29%68.63%-
XYZ31.7533.517.1-
YUV154.8297.63142.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 101 (39.84% from 255) = 23.43%
R=40.60%
G=35.96%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515510100.110.420.3143.7831.6254.12
HexAF9B650B2A1F2c2036
Octal2572331450135237544066
Binary101011111001101111001010101110101011111101100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9B65; }

 p { color: rgb(175,155,101); }

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

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

 a { background-color: rgb(175,155,101); }

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

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

 span { border-color: rgb(175,155,101); }

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