#AF8F5B

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

Shades of Barley Corn #AF8F5B

Tints of Barley Corn #AF8F5B

Color information

#AF8F5B (or 0xAF8F5B) is unknown color: approx Barley Corn. HEX triplet: AF, 8F and 5B. RGB value is (175,143,91). Sum of RGB (Red+Green+Blue) = 175+143+91=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F5B is #5070A4. Grayscale: #929292. Windows color (decimal): -5271717 or 6000559. OLE color: 6000559.

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

Color convert

RGB17514391-
CMYK00.180.480.31
HSL37.14º34.43%52.16%-
HSV(B)37.14º48%68.63%-
XYZ29.3929.5114.05-
YUV146.6496.6148.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 91 (35.94% from 255) = 22.25%
R=42.79%
G=34.96%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751439100.180.480.3137.1434.4352.16
HexAF8F5B012301F252234
Octal2572171330226037454264
Binary1010111110001111101101101001011000011111100101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F5B; }

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

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

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

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

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

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

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

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