#AD995C

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

Shades of Barley Corn #AD995C

Tints of Barley Corn #AD995C

Color information

#AD995C (or 0xAD995C) is unknown color: approx Barley Corn. HEX triplet: AD, 99 and 5C. RGB value is (173,153,92). Sum of RGB (Red+Green+Blue) = 173+153+92=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD995C is #5266A3. Grayscale: #989898. Windows color (decimal): -5400228 or 6068653. OLE color: 6068653.

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

Color convert

RGB17315392-
CMYK00.120.470.32
HSL45.19º33.06%51.96%-
HSV(B)45.19º46.82%67.84%-
XYZ30.5632.4414.78-
YUV152.0394.13142.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 153 (60.16% from 255) = 36.60%
BLUE value IS 92 (36.33% from 255) = 22.01%
R=41.39%
G=36.60%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731539200.120.470.3245.1933.0651.96
HexAD995C0C2F202d2134
Octal2552311340145740554164
Binary1010110110011001101110001100101111100000101101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD995C; }

 p { color: rgb(173,153,92); }

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

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

 a { background-color: rgb(173,153,92); }

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

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

 span { border-color: rgb(173,153,92); }

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