#AC975E

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

Shades of Barley Corn #AC975E

Tints of Barley Corn #AC975E

Color information

#AC975E (or 0xAC975E) is unknown color: approx Barley Corn. HEX triplet: AC, 97 and 5E. RGB value is (172,151,94). Sum of RGB (Red+Green+Blue) = 172+151+94=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC975E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC975E is #5368A1. Grayscale: #979797. Windows color (decimal): -5466274 or 6199212. OLE color: 6199212.

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

Color convert

RGB17215194-
CMYK00.120.450.33
HSL43.85º31.97%52.16%-
HSV(B)43.85º45.35%67.45%-
XYZ30.131.7115.12-
YUV150.7895.96143.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 151 (59.38% from 255) = 36.21%
BLUE value IS 94 (37.11% from 255) = 22.54%
R=41.25%
G=36.21%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721519400.120.450.3343.8531.9752.16
HexAC975E0C2D212c2034
Octal2542271360145541544064
Binary1010110010010111101111001100101101100001101100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC975E; }

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

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

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

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

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

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

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

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