#AF9761

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

Shades of Barley Corn #AF9761

Tints of Barley Corn #AF9761

Color information

#AF9761 (or 0xAF9761) is unknown color: approx Barley Corn. HEX triplet: AF, 97 and 61. RGB value is (175,151,97). Sum of RGB (Red+Green+Blue) = 175+151+97=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9761 is #50689E. Grayscale: #989898. Windows color (decimal): -5269663 or 6395823. OLE color: 6395823.

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

Color convert

RGB17515197-
CMYK00.140.450.31
HSL41.54º32.77%53.33%-
HSV(B)41.54º44.57%68.63%-
XYZ30.932.1115.88-
YUV152.0296.95144.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 151 (59.38% from 255) = 35.70%
BLUE value IS 97 (38.28% from 255) = 22.93%
R=41.37%
G=35.70%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751519700.140.450.3141.5432.7753.33
HexAF97610E2D1F2a2135
Octal2572271410165537524165
Binary101011111001011111000010111010110111111101010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9761; }

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

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

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

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

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

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

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

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