#AF9961

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

Shades of Barley Corn #AF9961

Tints of Barley Corn #AF9961

Color information

#AF9961 (or 0xAF9961) is unknown color: approx Barley Corn. HEX triplet: AF, 99 and 61. RGB value is (175,153,97). Sum of RGB (Red+Green+Blue) = 175+153+97=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9961 is #50669E. Grayscale: #999999. Windows color (decimal): -5269151 or 6396335. OLE color: 6396335.

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

Color convert

RGB17515397-
CMYK00.130.450.31
HSL43.08º32.77%53.33%-
HSV(B)43.08º44.57%68.63%-
XYZ31.2332.7615.99-
YUV153.1996.29143.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 97 (38.28% from 255) = 22.82%
R=41.18%
G=36%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751539700.130.450.3143.0832.7753.33
HexAF99610D2D1F2b2135
Octal2572311410155537534165
Binary101011111001100111000010110110110111111101011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9961; }

 p { color: rgb(175,153,97); }

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

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

 a { background-color: rgb(175,153,97); }

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

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

 span { border-color: rgb(175,153,97); }

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