#AC965F

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

Shades of Barley Corn #AC965F

Tints of Barley Corn #AC965F

Color information

#AC965F (or 0xAC965F) is unknown color: approx Barley Corn. HEX triplet: AC, 96 and 5F. RGB value is (172,150,95). Sum of RGB (Red+Green+Blue) = 172+150+95=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC965F is #5369A0. Grayscale: #969696. Windows color (decimal): -5466529 or 6264492. OLE color: 6264492.

HSL color Cylindrical-coordinate representation of color #AC965F: hue angle of 42.86º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC965F is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17215095-
CMYK00.130.450.33
HSL42.86º31.69%52.35%-
HSV(B)42.86º44.77%67.45%-
XYZ29.9931.4115.31-
YUV150.3196.79143.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 95 (37.5% from 255) = 22.78%
R=41.25%
G=35.97%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721509500.130.450.3342.8631.6952.35
HexAC965F0D2D212b2034
Octal2542261370155541534064
Binary1010110010010110101111101101101101100001101011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC965F; }

 p { color: rgb(172,150,95); }

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

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

 a { background-color: rgb(172,150,95); }

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

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

 span { border-color: rgb(172,150,95); }

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