#AC905F

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

Shades of Barley Corn #AC905F

Tints of Barley Corn #AC905F

Color information

#AC905F (or 0xAC905F) is unknown color: approx Barley Corn. HEX triplet: AC, 90 and 5F. RGB value is (172,144,95). Sum of RGB (Red+Green+Blue) = 172+144+95=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC905F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC905F is #536FA0. Grayscale: #939393. Windows color (decimal): -5468065 or 6262956. OLE color: 6262956.

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

Color convert

RGB17214495-
CMYK00.160.450.33
HSL38.18º31.69%52.35%-
HSV(B)38.18º44.77%67.45%-
XYZ29.0529.5415-
YUV146.7998.78145.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 95 (37.5% from 255) = 23.11%
R=41.85%
G=35.04%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721449500.160.450.3338.1831.6952.35
HexAC905F0102D21262034
Octal2542201370205541464064
Binary10101100100100001011111010000101101100001100110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC905F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC905F; }

 p { color: rgb(172,144,95); }

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

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

 a { background-color: rgb(172,144,95); }

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

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

 span { border-color: rgb(172,144,95); }

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