#AC975A

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

Shades of Barley Corn #AC975A

Tints of Barley Corn #AC975A

Color information

#AC975A (or 0xAC975A) is unknown color: approx Barley Corn. HEX triplet: AC, 97 and 5A. RGB value is (172,151,90). Sum of RGB (Red+Green+Blue) = 172+151+90=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC975A is #5368A5. Grayscale: #969696. Windows color (decimal): -5466278 or 5937068. OLE color: 5937068.

HSL color Cylindrical-coordinate representation of color #AC975A: hue angle of 44.63º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC975A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17215190-
CMYK00.120.480.33
HSL44.63º33.06%51.37%-
HSV(B)44.63º47.67%67.45%-
XYZ29.9331.6414.2-
YUV150.3293.96143.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 151 (59.38% from 255) = 36.56%
BLUE value IS 90 (35.55% from 255) = 21.79%
R=41.65%
G=36.56%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721519000.120.480.3344.6333.0651.37
HexAC975A0C30212d2133
Octal2542271320146041554163
Binary1010110010010111101101001100110000100001101101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC975A; }

 p { color: rgb(172,151,90); }

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

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

 a { background-color: rgb(172,151,90); }

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

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

 span { border-color: rgb(172,151,90); }

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