#AC9062

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

Shades of Barley Corn #AC9062

Tints of Barley Corn #AC9062

Color information

#AC9062 (or 0xAC9062) is unknown color: approx Barley Corn. HEX triplet: AC, 90 and 62. RGB value is (172,144,98). Sum of RGB (Red+Green+Blue) = 172+144+98=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9062 is #536F9D. Grayscale: #939393. Windows color (decimal): -5468062 or 6459564. OLE color: 6459564.

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

Color convert

RGB17214498-
CMYK00.160.430.33
HSL37.3º30.83%52.94%-
HSV(B)37.3º43.02%67.45%-
XYZ29.1929.615.73-
YUV147.13100.28145.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 98 (38.67% from 255) = 23.67%
R=41.55%
G=34.78%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721449800.160.430.3337.330.8352.94
HexAC90620102B21251f35
Octal2542201420205341453765
Binary1010110010010000110001001000010101110000110010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9062; }

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

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

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

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

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

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

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

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