#AC9668

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

Shades of Barley Corn #AC9668

Tints of Barley Corn #AC9668

Color information

#AC9668 (or 0xAC9668) is unknown color: approx Barley Corn. HEX triplet: AC, 96 and 68. RGB value is (172,150,104). Sum of RGB (Red+Green+Blue) = 172+150+104=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9668 is #536997. Grayscale: #979797. Windows color (decimal): -5466520 or 6854316. OLE color: 6854316.

HSL color Cylindrical-coordinate representation of color #AC9668: hue angle of 40.59º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC9668 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB172150104-
CMYK00.130.400.33
HSL40.59º29.06%54.12%-
HSV(B)40.59º39.53%67.45%-
XYZ30.4231.5817.59-
YUV151.33101.29142.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 104 (41.02% from 255) = 24.41%
R=40.38%
G=35.21%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215010400.130.400.3340.5929.0654.12
HexAC96680D2821291d36
Octal2542261500155041513566
Binary101011001001011011010000110110100010000110100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9668; }

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

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

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

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

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

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

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

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