#AD945B

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

Shades of Barley Corn #AD945B

Tints of Barley Corn #AD945B

Color information

#AD945B (or 0xAD945B) is unknown color: approx Barley Corn. HEX triplet: AD, 94 and 5B. RGB value is (173,148,91). Sum of RGB (Red+Green+Blue) = 173+148+91=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD945B is #526BA4. Grayscale: #959595. Windows color (decimal): -5401509 or 6001837. OLE color: 6001837.

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

Color convert

RGB17314891-
CMYK00.140.470.32
HSL41.71º33.33%51.76%-
HSV(B)41.71º47.4%67.84%-
XYZ29.7130.8214.28-
YUV148.9895.28145.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 91 (35.94% from 255) = 22.09%
R=41.99%
G=35.92%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731489100.140.470.3241.7133.3351.76
HexAD945B0E2F202a2134
Octal2552241330165740524164
Binary1010110110010100101101101110101111100000101010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD945B; }

 p { color: rgb(173,148,91); }

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

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

 a { background-color: rgb(173,148,91); }

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

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

 span { border-color: rgb(173,148,91); }

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