#AD9668

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

Shades of Barley Corn #AD9668

Tints of Barley Corn #AD9668

Color information

#AD9668 (or 0xAD9668) is unknown color: approx Barley Corn. HEX triplet: AD, 96 and 68. RGB value is (173,150,104). Sum of RGB (Red+Green+Blue) = 173+150+104=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9668 is #526997. Grayscale: #979797. Windows color (decimal): -5400984 or 6854317. OLE color: 6854317.

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

Color convert

RGB173150104-
CMYK00.130.400.32
HSL40º29.61%54.31%-
HSV(B)40º39.88%67.84%-
XYZ30.6431.717.6-
YUV151.63101.12143.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 104 (41.02% from 255) = 24.36%
R=40.52%
G=35.13%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315010400.130.400.324029.6154.31
HexAD96680D2820281e36
Octal2552261500155040503666
Binary101011011001011011010000110110100010000010100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9668; }

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

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

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

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

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

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

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

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