#AF9C68

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

Shades of Barley Corn #AF9C68

Tints of Barley Corn #AF9C68

Color information

#AF9C68 (or 0xAF9C68) is unknown color: approx Barley Corn. HEX triplet: AF, 9C and 68. RGB value is (175,156,104). Sum of RGB (Red+Green+Blue) = 175+156+104=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C68 is #506397. Grayscale: #9B9B9B. Windows color (decimal): -5268376 or 6855855. OLE color: 6855855.

HSL color Cylindrical-coordinate representation of color #AF9C68: hue angle of 43.94º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF9C68 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB175156104-
CMYK00.110.410.31
HSL43.94º30.74%54.71%-
HSV(B)43.94º40.57%68.63%-
XYZ32.0733.8917.95-
YUV155.7598.79141.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 156 (61.33% from 255) = 35.86%
BLUE value IS 104 (41.02% from 255) = 23.91%
R=40.23%
G=35.86%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515610400.110.410.3143.9430.7454.71
HexAF9C680B291F2c1f37
Octal2572341500135137543767
Binary10101111100111001101000010111010011111110110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9C68; }

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

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

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

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

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

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

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

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