#AD9463

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

Shades of Barley Corn #AD9463

Tints of Barley Corn #AD9463

Color information

#AD9463 (or 0xAD9463) is unknown color: approx Barley Corn. HEX triplet: AD, 94 and 63. RGB value is (173,148,99). Sum of RGB (Red+Green+Blue) = 173+148+99=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9463 is #526B9C. Grayscale: #969696. Windows color (decimal): -5401501 or 6526125. OLE color: 6526125.

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

Color convert

RGB17314899-
CMYK00.140.430.32
HSL39.73º31.09%53.33%-
HSV(B)39.73º42.77%67.84%-
XYZ30.0830.9616.2-
YUV149.8999.28144.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 99 (39.06% from 255) = 23.57%
R=41.19%
G=35.24%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731489900.140.430.3239.7331.0953.33
HexAD94630E2B20281f35
Octal2552241430165340503765
Binary101011011001010011000110111010101110000010100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9463; }

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

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

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

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

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

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

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

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