#AD905F

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

Shades of Barley Corn #AD905F

Tints of Barley Corn #AD905F

Color information

#AD905F (or 0xAD905F) is unknown color: approx Barley Corn. HEX triplet: AD, 90 and 5F. RGB value is (173,144,95). Sum of RGB (Red+Green+Blue) = 173+144+95=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD905F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD905F is #526FA0. Grayscale: #939393. Windows color (decimal): -5402529 or 6262957. OLE color: 6262957.

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

Color convert

RGB17314495-
CMYK00.170.450.32
HSL37.69º32.23%52.55%-
HSV(B)37.69º45.09%67.84%-
XYZ29.2729.6615.01-
YUV147.0898.61146.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 95 (37.5% from 255) = 23.06%
R=41.99%
G=34.95%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731449500.170.450.3237.6932.2352.55
HexAD905F0112D20262035
Octal2552201370215540464065
Binary10101101100100001011111010001101101100000100110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD905F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD905F; }

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

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

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

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

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

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

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

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