#AF975D

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

Shades of Barley Corn #AF975D

Tints of Barley Corn #AF975D

Color information

#AF975D (or 0xAF975D) is unknown color: approx Barley Corn. HEX triplet: AF, 97 and 5D. RGB value is (175,151,93). Sum of RGB (Red+Green+Blue) = 175+151+93=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF975D is #5068A2. Grayscale: #979797. Windows color (decimal): -5269667 or 6133679. OLE color: 6133679.

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

Color convert

RGB17515193-
CMYK00.140.470.31
HSL42.44º33.88%52.55%-
HSV(B)42.44º46.86%68.63%-
XYZ30.7232.0414.92-
YUV151.5694.95144.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 151 (59.38% from 255) = 36.04%
BLUE value IS 93 (36.72% from 255) = 22.20%
R=41.77%
G=36.04%
B=22.20%

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
Decimal1751519300.140.470.3142.4433.8852.55
HexAF975D0E2F1F2a2235
Octal2572271350165737524265
Binary101011111001011110111010111010111111111101010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF975D; }

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

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

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

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

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

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

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

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