#AC9663

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

Shades of Barley Corn #AC9663

Tints of Barley Corn #AC9663

Color information

#AC9663 (or 0xAC9663) is unknown color: approx Barley Corn. HEX triplet: AC, 96 and 63. RGB value is (172,150,99). Sum of RGB (Red+Green+Blue) = 172+150+99=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9663 is #53699C. Grayscale: #969696. Windows color (decimal): -5466525 or 6526636. OLE color: 6526636.

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

Color convert

RGB17215099-
CMYK00.130.420.33
HSL41.92º30.54%53.14%-
HSV(B)41.92º42.44%67.45%-
XYZ30.1731.4816.29-
YUV150.7698.79143.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 99 (39.06% from 255) = 23.52%
R=40.86%
G=35.63%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721509900.130.420.3341.9230.5453.14
HexAC96630D2A212a1f35
Octal2542261430155241523765
Binary101011001001011011000110110110101010000110101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9663; }

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

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

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

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

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

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

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

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