#AD9B5F

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

Shades of Barley Corn #AD9B5F

Tints of Barley Corn #AD9B5F

Color information

#AD9B5F (or 0xAD9B5F) is unknown color: approx Barley Corn. HEX triplet: AD, 9B and 5F. RGB value is (173,155,95). Sum of RGB (Red+Green+Blue) = 173+155+95=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9B5F is #5264A0. Grayscale: #999999. Windows color (decimal): -5399713 or 6265773. OLE color: 6265773.

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

Color convert

RGB17315595-
CMYK00.100.450.32
HSL46.15º32.23%52.55%-
HSV(B)46.15º45.09%67.84%-
XYZ31.0233.1515.59-
YUV153.5494.96141.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 155 (60.94% from 255) = 36.64%
BLUE value IS 95 (37.5% from 255) = 22.46%
R=40.90%
G=36.64%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731559500.100.450.3246.1532.2352.55
HexAD9B5F0A2D202e2035
Octal2552331370125540564065
Binary1010110110011011101111101010101101100000101110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9B5F; }

 p { color: rgb(173,155,95); }

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

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

 a { background-color: rgb(173,155,95); }

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

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

 span { border-color: rgb(173,155,95); }

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