#AC9263

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

Shades of Barley Corn #AC9263

Tints of Barley Corn #AC9263

Color information

#AC9263 (or 0xAC9263) is unknown color: approx Barley Corn. HEX triplet: AC, 92 and 63. RGB value is (172,146,99). Sum of RGB (Red+Green+Blue) = 172+146+99=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9263 is #536D9C. Grayscale: #949494. Windows color (decimal): -5467549 or 6525612. OLE color: 6525612.

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

Color convert

RGB17214699-
CMYK00.150.420.33
HSL38.63º30.54%53.14%-
HSV(B)38.63º42.44%67.45%-
XYZ29.5430.2316.08-
YUV148.42100.11144.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 99 (39.06% from 255) = 23.74%
R=41.25%
G=35.01%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721469900.150.420.3338.6330.5453.14
HexAC92630F2A21271f35
Octal2542221430175241473765
Binary101011001001001011000110111110101010000110011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9263; }

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

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

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

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

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

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

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

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