#AD9666

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

Shades of Barley Corn #AD9666

Tints of Barley Corn #AD9666

Color information

#AD9666 (or 0xAD9666) is unknown color: approx Barley Corn. HEX triplet: AD, 96 and 66. RGB value is (173,150,102). Sum of RGB (Red+Green+Blue) = 173+150+102=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9666 is #526999. Grayscale: #979797. Windows color (decimal): -5400986 or 6723245. OLE color: 6723245.

HSL color Cylindrical-coordinate representation of color #AD9666: hue angle of 40.56º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD9666 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB173150102-
CMYK00.130.410.32
HSL40.56º30.21%53.92%-
HSV(B)40.56º41.04%67.84%-
XYZ30.5431.6617.07-
YUV151.4100.12143.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 102 (40.23% from 255) = 24%
R=40.71%
G=35.29%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315010200.130.410.3240.5630.2153.92
HexAD96660D2920291e36
Octal2552261460155140513666
Binary101011011001011011001100110110100110000010100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9666; }

 p { color: rgb(173,150,102); }

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

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

 a { background-color: rgb(173,150,102); }

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

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

 span { border-color: rgb(173,150,102); }

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