#AF915D

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

Shades of Barley Corn #AF915D

Tints of Barley Corn #AF915D

Color information

#AF915D (or 0xAF915D) is unknown color: approx Barley Corn. HEX triplet: AF, 91 and 5D. RGB value is (175,145,93). Sum of RGB (Red+Green+Blue) = 175+145+93=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF915D is #506EA2. Grayscale: #949494. Windows color (decimal): -5271203 or 6132143. OLE color: 6132143.

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

Color convert

RGB17514593-
CMYK00.170.470.31
HSL38.05º33.88%52.55%-
HSV(B)38.05º46.86%68.63%-
XYZ29.7830.1614.61-
YUV148.0496.94147.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 145 (57.03% from 255) = 35.11%
BLUE value IS 93 (36.72% from 255) = 22.52%
R=42.37%
G=35.11%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751459300.170.470.3138.0533.8852.55
HexAF915D0112F1F262235
Octal2572211350215737464265
Binary1010111110010001101110101000110111111111100110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF915D; }

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

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

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

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

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

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

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

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