#AD995D

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

Shades of Barley Corn #AD995D

Tints of Barley Corn #AD995D

Color information

#AD995D (or 0xAD995D) is unknown color: approx Barley Corn. HEX triplet: AD, 99 and 5D. RGB value is (173,153,93). Sum of RGB (Red+Green+Blue) = 173+153+93=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD995D is #5266A2. Grayscale: #989898. Windows color (decimal): -5400227 or 6134189. OLE color: 6134189.

HSL color Cylindrical-coordinate representation of color #AD995D: hue angle of 45º 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 #AD995D is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB17315393-
CMYK00.120.460.32
HSL45º32.79%52.16%-
HSV(B)45º46.24%67.84%-
XYZ30.632.4615.01-
YUV152.1494.63142.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 153 (60.16% from 255) = 36.52%
BLUE value IS 93 (36.72% from 255) = 22.20%
R=41.29%
G=36.52%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731539300.120.460.324532.7952.16
HexAD995D0C2E202d2134
Octal2552311350145640554164
Binary1010110110011001101110101100101110100000101101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD995D; }

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

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

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

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

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

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

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

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