#AC925B

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

Shades of Barley Corn #AC925B

Tints of Barley Corn #AC925B

Color information

#AC925B (or 0xAC925B) is unknown color: approx Barley Corn. HEX triplet: AC, 92 and 5B. RGB value is (172,146,91). Sum of RGB (Red+Green+Blue) = 172+146+91=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC925B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC925B is #536DA4. Grayscale: #939393. Windows color (decimal): -5467557 or 6001324. OLE color: 6001324.

HSL color Cylindrical-coordinate representation of color #AC925B: hue angle of 40.74º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC925B is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17214691-
CMYK00.150.470.33
HSL40.74º32.79%51.57%-
HSV(B)40.74º47.09%67.45%-
XYZ29.1830.0814.17-
YUV147.596.11145.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 146 (57.42% from 255) = 35.70%
BLUE value IS 91 (35.94% from 255) = 22.25%
R=42.05%
G=35.70%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721469100.150.470.3340.7432.7951.57
HexAC925B0F2F21292134
Octal2542221330175741514164
Binary1010110010010010101101101111101111100001101001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC925B; }

 p { color: rgb(172,146,91); }

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

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

 a { background-color: rgb(172,146,91); }

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

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

 span { border-color: rgb(172,146,91); }

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