#AD985C

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

Shades of Barley Corn #AD985C

Tints of Barley Corn #AD985C

Color information

#AD985C (or 0xAD985C) is unknown color: approx Barley Corn. HEX triplet: AD, 98 and 5C. RGB value is (173,152,92). Sum of RGB (Red+Green+Blue) = 173+152+92=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD985C is #5267A3. Grayscale: #979797. Windows color (decimal): -5400484 or 6068397. OLE color: 6068397.

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

Color convert

RGB17315292-
CMYK00.120.470.32
HSL44.44º33.06%51.96%-
HSV(B)44.44º46.82%67.84%-
XYZ30.3932.1114.72-
YUV151.4494.46143.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 92 (36.33% from 255) = 22.06%
R=41.49%
G=36.45%
B=22.06%

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
Decimal1731529200.120.470.3244.4433.0651.96
HexAD985C0C2F202c2134
Octal2552301340145740544164
Binary1010110110011000101110001100101111100000101100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD985C; }

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

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

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

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

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

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

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

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