#AD935E

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

Shades of Barley Corn #AD935E

Tints of Barley Corn #AD935E

Color information

#AD935E (or 0xAD935E) is unknown color: approx Barley Corn. HEX triplet: AD, 93 and 5E. RGB value is (173,147,94). Sum of RGB (Red+Green+Blue) = 173+147+94=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD935E is #526CA1. Grayscale: #949494. Windows color (decimal): -5401762 or 6198189. OLE color: 6198189.

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

Color convert

RGB17314794-
CMYK00.150.460.32
HSL40.25º32.51%52.35%-
HSV(B)40.25º45.66%67.84%-
XYZ29.6930.5614.92-
YUV148.7397.11145.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=41.79%
G=35.51%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731479400.150.460.3240.2532.5152.35
HexAD935E0F2E20282134
Octal2552231360175640504164
Binary1010110110010011101111001111101110100000101000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD935E; }

 p { color: rgb(173,147,94); }

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

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

 a { background-color: rgb(173,147,94); }

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

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

 span { border-color: rgb(173,147,94); }

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