#AF975F

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

Shades of Barley Corn #AF975F

Tints of Barley Corn #AF975F

Color information

#AF975F (or 0xAF975F) is unknown color: approx Barley Corn. HEX triplet: AF, 97 and 5F. RGB value is (175,151,95). Sum of RGB (Red+Green+Blue) = 175+151+95=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF975F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF975F is #5068A0. Grayscale: #989898. Windows color (decimal): -5269665 or 6264751. OLE color: 6264751.

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

Color convert

RGB17515195-
CMYK00.140.460.31
HSL42º33.33%52.94%-
HSV(B)42º45.71%68.63%-
XYZ30.8132.0715.39-
YUV151.7995.95144.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 151 (59.38% from 255) = 35.87%
BLUE value IS 95 (37.5% from 255) = 22.57%
R=41.57%
G=35.87%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751519500.140.460.314233.3352.94
HexAF975F0E2E1F2a2135
Octal2572271370165637524165
Binary101011111001011110111110111010111011111101010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF975F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF975F; }

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

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

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

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

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

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

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

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