#AF955F

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

Shades of Barley Corn #AF955F

Tints of Barley Corn #AF955F

Color information

#AF955F (or 0xAF955F) is unknown color: approx Barley Corn. HEX triplet: AF, 95 and 5F. RGB value is (175,149,95). Sum of RGB (Red+Green+Blue) = 175+149+95=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF955F is #506AA0. Grayscale: #969696. Windows color (decimal): -5270177 or 6264239. OLE color: 6264239.

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

Color convert

RGB17514995-
CMYK00.150.460.31
HSL40.5º33.33%52.94%-
HSV(B)40.5º45.71%68.63%-
XYZ30.4931.4415.29-
YUV150.6296.61145.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 95 (37.5% from 255) = 22.67%
R=41.77%
G=35.56%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751499500.150.460.3140.533.3352.94
HexAF955F0F2E1F292135
Octal2572251370175637514165
Binary101011111001010110111110111110111011111101001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF955F; }

 p { color: rgb(175,149,95); }

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

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

 a { background-color: rgb(175,149,95); }

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

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

 span { border-color: rgb(175,149,95); }

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