#AF9764

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

Shades of Barley Corn #AF9764

Tints of Barley Corn #AF9764

Color information

#AF9764 (or 0xAF9764) is unknown color: approx Barley Corn. HEX triplet: AF, 97 and 64. RGB value is (175,151,100). Sum of RGB (Red+Green+Blue) = 175+151+100=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9764 is #50689B. Grayscale: #989898. Windows color (decimal): -5269660 or 6592431. OLE color: 6592431.

HSL color Cylindrical-coordinate representation of color #AF9764: hue angle of 40.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF9764 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB175151100-
CMYK00.140.430.31
HSL40.8º31.91%53.92%-
HSV(B)40.8º42.86%68.63%-
XYZ31.0532.1716.63-
YUV152.3698.45144.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 100 (39.45% from 255) = 23.47%
R=41.08%
G=35.45%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515110000.140.430.3140.831.9153.92
HexAF97640E2B1F292036
Octal2572271440165337514066
Binary101011111001011111001000111010101111111101001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9764; }

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

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

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

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

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

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

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

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