#AD965C

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

Shades of Barley Corn #AD965C

Tints of Barley Corn #AD965C

Color information

#AD965C (or 0xAD965C) is unknown color: approx Barley Corn. HEX triplet: AD, 96 and 5C. RGB value is (173,150,92). Sum of RGB (Red+Green+Blue) = 173+150+92=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD965C is #5269A3. Grayscale: #969696. Windows color (decimal): -5400996 or 6067885. OLE color: 6067885.

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

Color convert

RGB17315092-
CMYK00.130.470.32
HSL42.96º33.06%51.96%-
HSV(B)42.96º46.82%67.84%-
XYZ30.0731.4714.61-
YUV150.2695.12144.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 92 (36.33% from 255) = 22.17%
R=41.69%
G=36.14%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731509200.130.470.3242.9633.0651.96
HexAD965C0D2F202b2134
Octal2552261340155740534164
Binary1010110110010110101110001101101111100000101011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD965C; }

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

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

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

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

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

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

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

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