#AF8E62

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

Shades of Barley Corn #AF8E62

Tints of Barley Corn #AF8E62

Color information

#AF8E62 (or 0xAF8E62) is unknown color: approx Barley Corn. HEX triplet: AF, 8E and 62. RGB value is (175,142,98). Sum of RGB (Red+Green+Blue) = 175+142+98=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E62 is #50719D. Grayscale: #939393. Windows color (decimal): -5271966 or 6459055. OLE color: 6459055.

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

Color convert

RGB17514298-
CMYK00.190.440.31
HSL34.29º32.49%53.53%-
HSV(B)34.29º44%68.63%-
XYZ29.5629.3415.66-
YUV146.85100.43148.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 98 (38.67% from 255) = 23.61%
R=42.17%
G=34.22%
B=23.61%

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
Decimal1751429800.190.440.3134.2932.4953.53
HexAF8E620132C1F222036
Octal2572161420235437424066
Binary1010111110001110110001001001110110011111100010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E62; }

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

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

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

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

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

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

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

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