#AC9561

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

Shades of Barley Corn #AC9561

Tints of Barley Corn #AC9561

Color information

#AC9561 (or 0xAC9561) is unknown color: approx Barley Corn. HEX triplet: AC, 95 and 61. RGB value is (172,149,97). Sum of RGB (Red+Green+Blue) = 172+149+97=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9561 is #536A9E. Grayscale: #969696. Windows color (decimal): -5466783 or 6395308. OLE color: 6395308.

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

Color convert

RGB17214997-
CMYK00.130.440.33
HSL41.6º31.12%52.75%-
HSV(B)41.6º43.6%67.45%-
XYZ29.9231.1315.74-
YUV149.9598.12143.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 149 (58.59% from 255) = 35.65%
BLUE value IS 97 (38.28% from 255) = 23.21%
R=41.15%
G=35.65%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721499700.130.440.3341.631.1252.75
HexAC95610D2C212a1f35
Octal2542251410155441523765
Binary101011001001010111000010110110110010000110101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9561; }

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

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

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

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

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

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

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

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