#AD9163

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

Shades of Barley Corn #AD9163

Tints of Barley Corn #AD9163

Color information

#AD9163 (or 0xAD9163) is unknown color: approx Barley Corn. HEX triplet: AD, 91 and 63. RGB value is (173,145,99). Sum of RGB (Red+Green+Blue) = 173+145+99=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9163 is #526E9C. Grayscale: #949494. Windows color (decimal): -5402269 or 6525357. OLE color: 6525357.

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

Color convert

RGB17314599-
CMYK00.160.430.32
HSL37.3º31.09%53.33%-
HSV(B)37.3º42.77%67.84%-
XYZ29.6130.0416.04-
YUV148.13100.28145.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 99 (39.06% from 255) = 23.74%
R=41.49%
G=34.77%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731459900.160.430.3237.331.0953.33
HexAD91630102B20251f35
Octal2552211430205340453765
Binary1010110110010001110001101000010101110000010010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9163; }

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

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

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

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

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

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

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

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