#AC9568

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

Shades of Barley Corn #AC9568

Tints of Barley Corn #AC9568

Color information

#AC9568 (or 0xAC9568) is unknown color: approx Barley Corn. HEX triplet: AC, 95 and 68. RGB value is (172,149,104). Sum of RGB (Red+Green+Blue) = 172+149+104=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9568 is #536A97. Grayscale: #969696. Windows color (decimal): -5466776 or 6854060. OLE color: 6854060.

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

Color convert

RGB172149104-
CMYK00.130.400.33
HSL39.71º29.06%54.12%-
HSV(B)39.71º39.53%67.45%-
XYZ30.2631.2717.54-
YUV150.75101.62143.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 104 (41.02% from 255) = 24.47%
R=40.47%
G=35.06%
B=24.47%

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
Decimal17214910400.130.400.3339.7129.0654.12
HexAC95680D2821281d36
Octal2542251500155041503566
Binary101011001001010111010000110110100010000110100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9568; }

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

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

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

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

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

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

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

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