#AF8C62

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

Shades of Barley Corn #AF8C62

Tints of Barley Corn #AF8C62

Color information

#AF8C62 (or 0xAF8C62) is unknown color: approx Barley Corn. HEX triplet: AF, 8C and 62. RGB value is (175,140,98). Sum of RGB (Red+Green+Blue) = 175+140+98=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C62 is #50739D. Grayscale: #919191. Windows color (decimal): -5272478 or 6458543. OLE color: 6458543.

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

Color convert

RGB17514098-
CMYK00.20.440.31
HSL32.73º32.49%53.53%-
HSV(B)32.73º44%68.63%-
XYZ29.2628.7515.56-
YUV145.68101.1148.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 98 (38.67% from 255) = 23.73%
R=42.37%
G=33.90%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751409800.20.440.3132.7332.4953.53
HexAF8C620142C1F212036
Octal2572141420245437414066
Binary1010111110001100110001001010010110011111100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C62; }

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

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

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

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

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

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

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

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