#AC9265

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

Shades of Barley Corn #AC9265

Tints of Barley Corn #AC9265

Color information

#AC9265 (or 0xAC9265) is unknown color: approx Barley Corn. HEX triplet: AC, 92 and 65. RGB value is (172,146,101). Sum of RGB (Red+Green+Blue) = 172+146+101=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9265 is #536D9A. Grayscale: #949494. Windows color (decimal): -5467547 or 6656684. OLE color: 6656684.

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

Color convert

RGB172146101-
CMYK00.150.410.33
HSL38.03º29.96%53.53%-
HSV(B)38.03º41.28%67.45%-
XYZ29.6430.2716.59-
YUV148.64101.11144.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 146 (57.42% from 255) = 34.84%
BLUE value IS 101 (39.84% from 255) = 24.11%
R=41.05%
G=34.84%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214610100.150.410.3338.0329.9653.53
HexAC92650F2921261e36
Octal2542221450175141463666
Binary101011001001001011001010111110100110000110011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9265; }

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

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

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

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

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

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

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

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