#AD8C5F

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

Shades of Barley Corn #AD8C5F

Tints of Barley Corn #AD8C5F

Color information

#AD8C5F (or 0xAD8C5F) is unknown color: approx Barley Corn. HEX triplet: AD, 8C and 5F. RGB value is (173,140,95). Sum of RGB (Red+Green+Blue) = 173+140+95=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C5F is #5273A0. Grayscale: #909090. Windows color (decimal): -5403553 or 6261933. OLE color: 6261933.

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

Color convert

RGB17314095-
CMYK00.190.450.32
HSL34.62º32.23%52.55%-
HSV(B)34.62º45.09%67.84%-
XYZ28.6828.4714.81-
YUV144.7499.93148.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.40%
GREEN value IS 140 (55.08% from 255) = 34.31%
BLUE value IS 95 (37.5% from 255) = 23.28%
R=42.40%
G=34.31%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731409500.190.450.3234.6232.2352.55
HexAD8C5F0132D20232035
Octal2552141370235540434065
Binary10101101100011001011111010011101101100000100011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8C5F; }

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

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

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

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

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

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

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

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