#AF9261

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

Shades of Barley Corn #AF9261

Tints of Barley Corn #AF9261

Color information

#AF9261 (or 0xAF9261) is unknown color: approx Barley Corn. HEX triplet: AF, 92 and 61. RGB value is (175,146,97). Sum of RGB (Red+Green+Blue) = 175+146+97=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9261 is #506D9E. Grayscale: #959595. Windows color (decimal): -5270943 or 6394543. OLE color: 6394543.

HSL color Cylindrical-coordinate representation of color #AF9261: hue angle of 37.69º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF9261 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17514697-
CMYK00.170.450.31
HSL37.69º32.77%53.33%-
HSV(B)37.69º44.57%68.63%-
XYZ30.1230.5315.62-
YUV149.0898.61146.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 97 (38.28% from 255) = 23.21%
R=41.87%
G=34.93%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751469700.170.450.3137.6932.7753.33
HexAF92610112D1F262135
Octal2572221410215537464165
Binary1010111110010010110000101000110110111111100110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9261; }

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

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

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

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

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

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

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

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