#af8d5b

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

Shades of Barley Corn #AF8D5B

Tints of Barley Corn #AF8D5B

Color information

#AF8D5B (or 0xAF8D5B) is unknown color: approx Barley Corn. HEX triplet: AF, 8D and 5B. RGB value is (175,141,91). Sum of RGB (Red+Green+Blue) = 175+141+91=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D5B is #5072A4. Grayscale: #919191. Windows color (decimal): -5272229 or 6000047. OLE color: 6000047.

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

Color convert

RGB17514191-
CMYK00.190.480.31
HSL35.71º34.43%52.16%-
HSV(B)35.71º48%68.63%-
XYZ29.0928.9213.95-
YUV145.4797.26149.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 141 (55.47% from 255) = 34.64%
BLUE value IS 91 (35.94% from 255) = 22.36%
R=43.00%
G=34.64%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751419100.190.480.3135.7134.4352.16
HexAF8D5B013301F242234
Octal2572151330236037444264
Binary1010111110001101101101101001111000011111100100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af8d5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af8d5b; }

 p { color: rgb(175,141,91); }

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

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

 a { background-color: rgb(175,141,91); }

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

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

 span { border-color: rgb(175,141,91); }

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