#AF9264

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

Shades of Barley Corn #AF9264

Tints of Barley Corn #AF9264

Color information

#AF9264 (or 0xAF9264) is unknown color: approx Barley Corn. HEX triplet: AF, 92 and 64. RGB value is (175,146,100). Sum of RGB (Red+Green+Blue) = 175+146+100=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9264 is #506D9B. Grayscale: #959595. Windows color (decimal): -5270940 or 6591151. OLE color: 6591151.

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

Color convert

RGB175146100-
CMYK00.170.430.31
HSL36.8º31.91%53.92%-
HSV(B)36.8º42.86%68.63%-
XYZ30.2630.5916.37-
YUV149.43100.11146.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 100 (39.45% from 255) = 23.75%
R=41.57%
G=34.68%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514610000.170.430.3136.831.9153.92
HexAF92640112B1F252036
Octal2572221440215337454066
Binary1010111110010010110010001000110101111111100101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9264; }

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

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

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

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

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

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

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

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