#AF9C5D

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

Shades of Barley Corn #AF9C5D

Tints of Barley Corn #AF9C5D

Color information

#AF9C5D (or 0xAF9C5D) is unknown color: approx Barley Corn. HEX triplet: AF, 9C and 5D. RGB value is (175,156,93). Sum of RGB (Red+Green+Blue) = 175+156+93=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C5D is #5063A2. Grayscale: #9A9A9A. Windows color (decimal): -5268387 or 6134959. OLE color: 6134959.

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

Color convert

RGB17515693-
CMYK00.110.470.31
HSL46.1º33.88%52.55%-
HSV(B)46.1º46.86%68.63%-
XYZ31.5433.6815.19-
YUV154.593.29142.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 156 (61.33% from 255) = 36.79%
BLUE value IS 93 (36.72% from 255) = 21.93%
R=41.27%
G=36.79%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751569300.110.470.3146.133.8852.55
HexAF9C5D0B2F1F2e2235
Octal2572341350135737564265
Binary101011111001110010111010101110111111111101110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9C5D; }

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

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

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

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

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

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

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

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