#AD9062

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

Shades of Barley Corn #AD9062

Tints of Barley Corn #AD9062

Color information

#AD9062 (or 0xAD9062) is unknown color: approx Barley Corn. HEX triplet: AD, 90 and 62. RGB value is (173,144,98). Sum of RGB (Red+Green+Blue) = 173+144+98=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9062 is #526F9D. Grayscale: #939393. Windows color (decimal): -5402526 or 6459565. OLE color: 6459565.

HSL color Cylindrical-coordinate representation of color #AD9062: hue angle of 36.8º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD9062 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB17314498-
CMYK00.170.430.32
HSL36.8º31.38%53.14%-
HSV(B)36.8º43.35%67.84%-
XYZ29.4129.7115.74-
YUV147.43100.11146.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 144 (56.64% from 255) = 34.70%
BLUE value IS 98 (38.67% from 255) = 23.61%
R=41.69%
G=34.70%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731449800.170.430.3236.831.3853.14
HexAD90620112B20251f35
Octal2552201420215340453765
Binary1010110110010000110001001000110101110000010010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9062; }

 p { color: rgb(173,144,98); }

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

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

 a { background-color: rgb(173,144,98); }

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

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

 span { border-color: rgb(173,144,98); }

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