#AD985A

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

Shades of Barley Corn #AD985A

Tints of Barley Corn #AD985A

Color information

#AD985A (or 0xAD985A) is unknown color: approx Barley Corn. HEX triplet: AD, 98 and 5A. RGB value is (173,152,90). Sum of RGB (Red+Green+Blue) = 173+152+90=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD985A is #5267A5. Grayscale: #979797. Windows color (decimal): -5400486 or 5937325. OLE color: 5937325.

HSL color Cylindrical-coordinate representation of color #AD985A: hue angle of 44.82º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD985A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB17315290-
CMYK00.120.480.32
HSL44.82º33.6%51.57%-
HSV(B)44.82º47.98%67.84%-
XYZ30.3132.0814.27-
YUV151.2193.46143.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 152 (59.77% from 255) = 36.63%
BLUE value IS 90 (35.55% from 255) = 21.69%
R=41.69%
G=36.63%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731529000.120.480.3244.8233.651.57
HexAD985A0C30202d2234
Octal2552301320146040554264
Binary1010110110011000101101001100110000100000101101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD985A; }

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

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

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

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

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

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

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

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