#AF8E5F

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

Shades of Barley Corn #AF8E5F

Tints of Barley Corn #AF8E5F

Color information

#AF8E5F (or 0xAF8E5F) is unknown color: approx Barley Corn. HEX triplet: AF, 8E and 5F. RGB value is (175,142,95). Sum of RGB (Red+Green+Blue) = 175+142+95=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E5F is #5071A0. Grayscale: #929292. Windows color (decimal): -5271969 or 6262447. OLE color: 6262447.

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

Color convert

RGB17514295-
CMYK00.190.460.31
HSL35.25º33.33%52.94%-
HSV(B)35.25º45.71%68.63%-
XYZ29.4229.2914.93-
YUV146.5198.93148.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 95 (37.5% from 255) = 23.06%
R=42.48%
G=34.47%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751429500.190.460.3135.2533.3352.94
HexAF8E5F0132E1F232135
Octal2572161370235637434165
Binary1010111110001110101111101001110111011111100011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E5F; }

 p { color: rgb(175,142,95); }

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

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

 a { background-color: rgb(175,142,95); }

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

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

 span { border-color: rgb(175,142,95); }

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