#AC9065

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

Shades of Barley Corn #AC9065

Tints of Barley Corn #AC9065

Color information

#AC9065 (or 0xAC9065) is unknown color: approx Barley Corn. HEX triplet: AC, 90 and 65. RGB value is (172,144,101). Sum of RGB (Red+Green+Blue) = 172+144+101=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9065 is #536F9A. Grayscale: #939393. Windows color (decimal): -5468059 or 6656172. OLE color: 6656172.

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

Color convert

RGB172144101-
CMYK00.160.410.33
HSL36.34º29.96%53.53%-
HSV(B)36.34º41.28%67.45%-
XYZ29.3429.6616.49-
YUV147.47101.78145.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=41.25%
G=34.53%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214410100.160.410.3336.3429.9653.53
HexAC90650102921241e36
Octal2542201450205141443666
Binary1010110010010000110010101000010100110000110010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9065; }

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

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

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

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

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

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

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

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