#AD9961

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

Shades of Barley Corn #AD9961

Tints of Barley Corn #AD9961

Color information

#AD9961 (or 0xAD9961) is unknown color: approx Barley Corn. HEX triplet: AD, 99 and 61. RGB value is (173,153,97). Sum of RGB (Red+Green+Blue) = 173+153+97=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9961 is #52669E. Grayscale: #989898. Windows color (decimal): -5400223 or 6396333. OLE color: 6396333.

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

Color convert

RGB17315397-
CMYK00.120.440.32
HSL44.21º31.67%52.94%-
HSV(B)44.21º43.93%67.84%-
XYZ30.7832.5315.97-
YUV152.696.63142.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 97 (38.28% from 255) = 22.93%
R=40.90%
G=36.17%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731539700.120.440.3244.2131.6752.94
HexAD99610C2C202c2035
Octal2552311410145440544065
Binary1010110110011001110000101100101100100000101100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9961; }

 p { color: rgb(173,153,97); }

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

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

 a { background-color: rgb(173,153,97); }

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

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

 span { border-color: rgb(173,153,97); }

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