#AC9262

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

Shades of Barley Corn #AC9262

Tints of Barley Corn #AC9262

Color information

#AC9262 (or 0xAC9262) is unknown color: approx Barley Corn. HEX triplet: AC, 92 and 62. RGB value is (172,146,98). Sum of RGB (Red+Green+Blue) = 172+146+98=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9262 is #536D9D. Grayscale: #949494. Windows color (decimal): -5467550 or 6460076. OLE color: 6460076.

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

Color convert

RGB17214698-
CMYK00.150.430.33
HSL38.92º30.83%52.94%-
HSV(B)38.92º43.02%67.45%-
XYZ29.530.2115.83-
YUV148.399.61144.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 98 (38.67% from 255) = 23.56%
R=41.35%
G=35.10%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721469800.150.430.3338.9230.8352.94
HexAC92620F2B21271f35
Octal2542221420175341473765
Binary101011001001001011000100111110101110000110011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9262; }

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

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

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

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

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

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

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

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