#AF975C

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

Shades of Barley Corn #AF975C

Tints of Barley Corn #AF975C

Color information

#AF975C (or 0xAF975C) is unknown color: approx Barley Corn. HEX triplet: AF, 97 and 5C. RGB value is (175,151,92). Sum of RGB (Red+Green+Blue) = 175+151+92=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF975C is #5068A3. Grayscale: #979797. Windows color (decimal): -5269668 or 6068143. OLE color: 6068143.

HSL color Cylindrical-coordinate representation of color #AF975C: hue angle of 42.65º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF975C is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17515192-
CMYK00.140.470.31
HSL42.65º34.16%52.35%-
HSV(B)42.65º47.43%68.63%-
XYZ30.6832.0214.69-
YUV151.4594.45144.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 151 (59.38% from 255) = 36.12%
BLUE value IS 92 (36.33% from 255) = 22.01%
R=41.87%
G=36.12%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751519200.140.470.3142.6534.1652.35
HexAF975C0E2F1F2b2234
Octal2572271340165737534264
Binary101011111001011110111000111010111111111101011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF975C; }

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

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

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

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

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

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

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

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