#AF8D62

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

Shades of Barley Corn #AF8D62

Tints of Barley Corn #AF8D62

Color information

#AF8D62 (or 0xAF8D62) is unknown color: approx Barley Corn. HEX triplet: AF, 8D and 62. RGB value is (175,141,98). Sum of RGB (Red+Green+Blue) = 175+141+98=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D62 is #50729D. Grayscale: #929292. Windows color (decimal): -5272222 or 6458799. OLE color: 6458799.

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

Color convert

RGB17514198-
CMYK00.190.440.31
HSL33.51º32.49%53.53%-
HSV(B)33.51º44%68.63%-
XYZ29.4129.0515.61-
YUV146.26100.76148.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 98 (38.67% from 255) = 23.67%
R=42.27%
G=34.06%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751419800.190.440.3133.5132.4953.53
HexAF8D620132C1F222036
Octal2572151420235437424066
Binary1010111110001101110001001001110110011111100010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D62; }

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

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

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

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

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

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

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

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