#af945d

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

Shades of Barley Corn #AF945D

Tints of Barley Corn #AF945D

Color information

#AF945D (or 0xAF945D) is unknown color: approx Barley Corn. HEX triplet: AF, 94 and 5D. RGB value is (175,148,93). Sum of RGB (Red+Green+Blue) = 175+148+93=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF945D is #506BA2. Grayscale: #969696. Windows color (decimal): -5270435 or 6132911. OLE color: 6132911.

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

Color convert

RGB17514893-
CMYK00.150.470.31
HSL40.24º33.88%52.55%-
HSV(B)40.24º46.86%68.63%-
XYZ30.2431.0814.76-
YUV149.895.95145.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 93 (36.72% from 255) = 22.36%
R=42.07%
G=35.58%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751489300.150.470.3140.2433.8852.55
HexAF945D0F2F1F282235
Octal2572241350175737504265
Binary101011111001010010111010111110111111111101000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af945d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af945d; }

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

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

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

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

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

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

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

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