#AC9963

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

Shades of Barley Corn #AC9963

Tints of Barley Corn #AC9963

Color information

#AC9963 (or 0xAC9963) is unknown color: approx Barley Corn. HEX triplet: AC, 99 and 63. RGB value is (172,153,99). Sum of RGB (Red+Green+Blue) = 172+153+99=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9963 is #53669C. Grayscale: #989898. Windows color (decimal): -5465757 or 6527404. OLE color: 6527404.

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

Color convert

RGB17215399-
CMYK00.110.420.33
HSL44.38º30.54%53.14%-
HSV(B)44.38º42.44%67.45%-
XYZ30.6632.4516.45-
YUV152.5297.79141.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 153 (60.16% from 255) = 36.08%
BLUE value IS 99 (39.06% from 255) = 23.35%
R=40.57%
G=36.08%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721539900.110.420.3344.3830.5453.14
HexAC99630B2A212c1f35
Octal2542311430135241543765
Binary101011001001100111000110101110101010000110110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9963; }

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

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

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

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

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

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

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

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