#AF9A64

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

Shades of Barley Corn #AF9A64

Tints of Barley Corn #AF9A64

Color information

#AF9A64 (or 0xAF9A64) is unknown color: approx Barley Corn. HEX triplet: AF, 9A and 64. RGB value is (175,154,100). Sum of RGB (Red+Green+Blue) = 175+154+100=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9A64 is #50659B. Grayscale: #9A9A9A. Windows color (decimal): -5268892 or 6593199. OLE color: 6593199.

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

Color convert

RGB175154100-
CMYK00.120.430.31
HSL43.2º31.91%53.92%-
HSV(B)43.2º42.86%68.63%-
XYZ31.5433.1516.79-
YUV154.1297.46142.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 154 (60.55% from 255) = 35.90%
BLUE value IS 100 (39.45% from 255) = 23.31%
R=40.79%
G=35.90%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515410000.120.430.3143.231.9153.92
HexAF9A640C2B1F2b2036
Octal2572321440145337534066
Binary101011111001101011001000110010101111111101011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A64; }

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

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

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

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

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

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

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

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