#AF995C

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

Shades of Barley Corn #AF995C

Tints of Barley Corn #AF995C

Color information

#AF995C (or 0xAF995C) is unknown color: approx Barley Corn. HEX triplet: AF, 99 and 5C. RGB value is (175,153,92). Sum of RGB (Red+Green+Blue) = 175+153+92=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF995C is #5066A3. Grayscale: #989898. Windows color (decimal): -5269156 or 6068655. OLE color: 6068655.

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

Color convert

RGB17515392-
CMYK00.130.470.31
HSL44.1º34.16%52.35%-
HSV(B)44.1º47.43%68.63%-
XYZ3132.6714.8-
YUV152.6293.79143.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 153 (60.16% from 255) = 36.43%
BLUE value IS 92 (36.33% from 255) = 21.90%
R=41.67%
G=36.43%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751539200.130.470.3144.134.1652.35
HexAF995C0D2F1F2c2234
Octal2572311340155737544264
Binary101011111001100110111000110110111111111101100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF995C; }

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

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

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

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

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

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

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

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