#AF9C60

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

Shades of Barley Corn #AF9C60

Tints of Barley Corn #AF9C60

Color information

#AF9C60 (or 0xAF9C60) is unknown color: approx Barley Corn. HEX triplet: AF, 9C and 60. RGB value is (175,156,96). Sum of RGB (Red+Green+Blue) = 175+156+96=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C60 is #50639F. Grayscale: #9B9B9B. Windows color (decimal): -5268384 or 6331567. OLE color: 6331567.

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

Color convert

RGB17515696-
CMYK00.110.450.31
HSL45.57º33.05%53.14%-
HSV(B)45.57º45.14%68.63%-
XYZ31.6833.7415.91-
YUV154.8494.79142.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 156 (61.33% from 255) = 36.53%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=40.98%
G=36.53%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751569600.110.450.3145.5733.0553.14
HexAF9C600B2D1F2e2135
Octal2572341400135537564165
Binary101011111001110011000000101110110111111101110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9C60; }

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

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

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

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

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

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

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

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