#AD9561

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

Shades of Barley Corn #AD9561

Tints of Barley Corn #AD9561

Color information

#AD9561 (or 0xAD9561) is unknown color: approx Barley Corn. HEX triplet: AD, 95 and 61. RGB value is (173,149,97). Sum of RGB (Red+Green+Blue) = 173+149+97=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9561 is #526A9E. Grayscale: #969696. Windows color (decimal): -5401247 or 6395309. OLE color: 6395309.

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

Color convert

RGB17314997-
CMYK00.140.440.32
HSL41.05º31.67%52.94%-
HSV(B)41.05º43.93%67.84%-
XYZ30.1431.2415.75-
YUV150.2597.95144.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 97 (38.28% from 255) = 23.15%
R=41.29%
G=35.56%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731499700.140.440.3241.0531.6752.94
HexAD95610E2C20292035
Octal2552251410165440514065
Binary1010110110010101110000101110101100100000101001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9561; }

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

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

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

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

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

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

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

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