#af8f62

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

Shades of Barley Corn #AF8F62

Tints of Barley Corn #AF8F62

Color information

#AF8F62 (or 0xAF8F62) is unknown color: approx Barley Corn. HEX triplet: AF, 8F and 62. RGB value is (175,143,98). Sum of RGB (Red+Green+Blue) = 175+143+98=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F62 is #50709D. Grayscale: #939393. Windows color (decimal): -5271710 or 6459311. OLE color: 6459311.

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

Color convert

RGB17514398-
CMYK00.180.440.31
HSL35.06º32.49%53.53%-
HSV(B)35.06º44%68.63%-
XYZ29.7129.6415.71-
YUV147.44100.1147.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 143 (56.25% from 255) = 34.38%
BLUE value IS 98 (38.67% from 255) = 23.56%
R=42.07%
G=34.38%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751439800.180.440.3135.0632.4953.53
HexAF8F620122C1F232036
Octal2572171420225437434066
Binary1010111110001111110001001001010110011111100011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af8f62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af8f62; }

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

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

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

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

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

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

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

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