#AD9263

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

Shades of Barley Corn #AD9263

Tints of Barley Corn #AD9263

Color information

#AD9263 (or 0xAD9263) is unknown color: approx Barley Corn. HEX triplet: AD, 92 and 63. RGB value is (173,146,99). Sum of RGB (Red+Green+Blue) = 173+146+99=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9263 is #526D9C. Grayscale: #949494. Windows color (decimal): -5402013 or 6525613. OLE color: 6525613.

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

Color convert

RGB17314699-
CMYK00.160.430.32
HSL38.11º31.09%53.33%-
HSV(B)38.11º42.77%67.84%-
XYZ29.7630.3416.09-
YUV148.7299.95145.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 99 (39.06% from 255) = 23.68%
R=41.39%
G=34.93%
B=23.68%

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
Decimal1731469900.160.430.3238.1131.0953.33
HexAD92630102B20261f35
Octal2552221430205340463765
Binary1010110110010010110001101000010101110000010011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9263; }

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

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

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

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

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

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

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

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