#AD965D

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

Shades of Barley Corn #AD965D

Tints of Barley Corn #AD965D

Color information

#AD965D (or 0xAD965D) is unknown color: approx Barley Corn. HEX triplet: AD, 96 and 5D. RGB value is (173,150,93). Sum of RGB (Red+Green+Blue) = 173+150+93=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD965D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD965D is #5269A2. Grayscale: #969696. Windows color (decimal): -5400995 or 6133421. OLE color: 6133421.

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

Color convert

RGB17315093-
CMYK00.130.460.32
HSL42.75º32.79%52.16%-
HSV(B)42.75º46.24%67.84%-
XYZ30.1231.4914.85-
YUV150.3895.62144.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 150 (58.98% from 255) = 36.06%
BLUE value IS 93 (36.72% from 255) = 22.36%
R=41.59%
G=36.06%
B=22.36%

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
Decimal1731509300.130.460.3242.7532.7952.16
HexAD965D0D2E202b2134
Octal2552261350155640534164
Binary1010110110010110101110101101101110100000101011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD965D; }

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

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

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

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

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

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

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

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