#AC9565

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

Shades of Barley Corn #AC9565

Tints of Barley Corn #AC9565

Color information

#AC9565 (or 0xAC9565) is unknown color: approx Barley Corn. HEX triplet: AC, 95 and 65. RGB value is (172,149,101). Sum of RGB (Red+Green+Blue) = 172+149+101=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9565 is #536A9A. Grayscale: #969696. Windows color (decimal): -5466779 or 6657452. OLE color: 6657452.

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

Color convert

RGB172149101-
CMYK00.130.410.33
HSL40.56º29.96%53.53%-
HSV(B)40.56º41.28%67.45%-
XYZ30.1131.2116.75-
YUV150.4100.12143.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 101 (39.84% from 255) = 23.93%
R=40.76%
G=35.31%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214910100.130.410.3340.5629.9653.53
HexAC95650D2921291e36
Octal2542251450155141513666
Binary101011001001010111001010110110100110000110100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9565; }

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

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

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

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

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

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

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

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