#AF9C62

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

Shades of Barley Corn #AF9C62

Tints of Barley Corn #AF9C62

Color information

#AF9C62 (or 0xAF9C62) is unknown color: approx Barley Corn. HEX triplet: AF, 9C and 62. RGB value is (175,156,98). Sum of RGB (Red+Green+Blue) = 175+156+98=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C62 is #50639D. Grayscale: #9B9B9B. Windows color (decimal): -5268382 or 6462639. OLE color: 6462639.

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

Color convert

RGB17515698-
CMYK00.110.440.31
HSL45.19º32.49%53.53%-
HSV(B)45.19º44%68.63%-
XYZ31.7733.7716.4-
YUV155.0795.79142.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 156 (61.33% from 255) = 36.36%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=40.79%
G=36.36%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751569800.110.440.3145.1932.4953.53
HexAF9C620B2C1F2d2036
Octal2572341420135437554066
Binary101011111001110011000100101110110011111101101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9C62; }

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

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

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

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

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

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

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

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