#AC9760

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

Shades of Barley Corn #AC9760

Tints of Barley Corn #AC9760

Color information

#AC9760 (or 0xAC9760) is unknown color: approx Barley Corn. HEX triplet: AC, 97 and 60. RGB value is (172,151,96). Sum of RGB (Red+Green+Blue) = 172+151+96=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9760 is #53689F. Grayscale: #979797. Windows color (decimal): -5466272 or 6330284. OLE color: 6330284.

HSL color Cylindrical-coordinate representation of color #AC9760: hue angle of 43.42º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC9760 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17215196-
CMYK00.120.440.33
HSL43.42º31.4%52.55%-
HSV(B)43.42º44.19%67.45%-
XYZ30.1931.7515.6-
YUV151.0196.96142.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 151 (59.38% from 255) = 36.04%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=41.05%
G=36.04%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721519600.120.440.3343.4231.452.55
HexAC97600C2C212b1f35
Octal2542271400145441533765
Binary101011001001011111000000110010110010000110101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9760; }

 p { color: rgb(172,151,96); }

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

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

 a { background-color: rgb(172,151,96); }

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

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

 span { border-color: rgb(172,151,96); }

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