#AD975E

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

Shades of Barley Corn #AD975E

Tints of Barley Corn #AD975E

Color information

#AD975E (or 0xAD975E) is unknown color: approx Barley Corn. HEX triplet: AD, 97 and 5E. RGB value is (173,151,94). Sum of RGB (Red+Green+Blue) = 173+151+94=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD975E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD975E is #5268A1. Grayscale: #979797. Windows color (decimal): -5400738 or 6199213. OLE color: 6199213.

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

Color convert

RGB17315194-
CMYK00.130.460.32
HSL43.29º32.51%52.35%-
HSV(B)43.29º45.66%67.84%-
XYZ30.3231.8315.13-
YUV151.0895.79143.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 151 (59.38% from 255) = 36.12%
BLUE value IS 94 (37.11% from 255) = 22.49%
R=41.39%
G=36.12%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731519400.130.460.3243.2932.5152.35
HexAD975E0D2E202b2134
Octal2552271360155640534164
Binary1010110110010111101111001101101110100000101011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD975E; }

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

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

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

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

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

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

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

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