#AD995B

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

Shades of Barley Corn #AD995B

Tints of Barley Corn #AD995B

Color information

#AD995B (or 0xAD995B) is unknown color: approx Barley Corn. HEX triplet: AD, 99 and 5B. RGB value is (173,153,91). Sum of RGB (Red+Green+Blue) = 173+153+91=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD995B is #5266A4. Grayscale: #989898. Windows color (decimal): -5400229 or 6003117. OLE color: 6003117.

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

Color convert

RGB17315391-
CMYK00.120.470.32
HSL45.37º33.33%51.76%-
HSV(B)45.37º47.4%67.84%-
XYZ30.5132.4214.55-
YUV151.9193.63143.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 153 (60.16% from 255) = 36.69%
BLUE value IS 91 (35.94% from 255) = 21.82%
R=41.49%
G=36.69%
B=21.82%

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
Decimal1731539100.120.470.3245.3733.3351.76
HexAD995B0C2F202d2134
Octal2552311330145740554164
Binary1010110110011001101101101100101111100000101101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD995B; }

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

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

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

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

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

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

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

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