#AF965C

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

Shades of Barley Corn #AF965C

Tints of Barley Corn #AF965C

Color information

#AF965C (or 0xAF965C) is unknown color: approx Barley Corn. HEX triplet: AF, 96 and 5C. RGB value is (175,150,92). Sum of RGB (Red+Green+Blue) = 175+150+92=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF965C is #5069A3. Grayscale: #979797. Windows color (decimal): -5269924 or 6067887. OLE color: 6067887.

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

Color convert

RGB17515092-
CMYK00.140.470.31
HSL41.93º34.16%52.35%-
HSV(B)41.93º47.43%68.63%-
XYZ30.5231.714.64-
YUV150.8694.78145.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 92 (36.33% from 255) = 22.06%
R=41.97%
G=35.97%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751509200.140.470.3141.9334.1652.35
HexAF965C0E2F1F2a2234
Octal2572261340165737524264
Binary101011111001011010111000111010111111111101010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF965C; }

 p { color: rgb(175,150,92); }

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

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

 a { background-color: rgb(175,150,92); }

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

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

 span { border-color: rgb(175,150,92); }

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