#AF9D64

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

Shades of Barley Corn #AF9D64

Tints of Barley Corn #AF9D64

Color information

#AF9D64 (or 0xAF9D64) is unknown color: approx Barley Corn. HEX triplet: AF, 9D and 64. RGB value is (175,157,100). Sum of RGB (Red+Green+Blue) = 175+157+100=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9D64 is #50629B. Grayscale: #9C9C9C. Windows color (decimal): -5268124 or 6593967. OLE color: 6593967.

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

Color convert

RGB175157100-
CMYK00.100.430.31
HSL45.6º31.91%53.92%-
HSV(B)45.6º42.86%68.63%-
XYZ32.0434.1516.96-
YUV155.8896.46141.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 157 (61.72% from 255) = 36.34%
BLUE value IS 100 (39.45% from 255) = 23.15%
R=40.51%
G=36.34%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515710000.100.430.3145.631.9153.92
HexAF9D640A2B1F2e2036
Octal2572351440125337564066
Binary101011111001110111001000101010101111111101110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9D64; }

 p { color: rgb(175,157,100); }

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

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

 a { background-color: rgb(175,157,100); }

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

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

 span { border-color: rgb(175,157,100); }

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