#AC9261

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

Shades of Barley Corn #AC9261

Tints of Barley Corn #AC9261

Color information

#AC9261 (or 0xAC9261) is unknown color: approx Barley Corn. HEX triplet: AC, 92 and 61. RGB value is (172,146,97). Sum of RGB (Red+Green+Blue) = 172+146+97=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9261 is #536D9E. Grayscale: #949494. Windows color (decimal): -5467551 or 6394540. OLE color: 6394540.

HSL color Cylindrical-coordinate representation of color #AC9261: hue angle of 39.2º 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 #AC9261 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17214697-
CMYK00.150.440.33
HSL39.2º31.12%52.75%-
HSV(B)39.2º43.6%67.45%-
XYZ29.4530.1915.58-
YUV148.1999.11144.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 97 (38.28% from 255) = 23.37%
R=41.45%
G=35.18%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721469700.150.440.3339.231.1252.75
HexAC92610F2C21271f35
Octal2542221410175441473765
Binary101011001001001011000010111110110010000110011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9261; }

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

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

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

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

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

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

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

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