#AD905C

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

Shades of Barley Corn #AD905C

Tints of Barley Corn #AD905C

Color information

#AD905C (or 0xAD905C) is unknown color: approx Barley Corn. HEX triplet: AD, 90 and 5C. RGB value is (173,144,92). Sum of RGB (Red+Green+Blue) = 173+144+92=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD905C is #526FA3. Grayscale: #929292. Windows color (decimal): -5402532 or 6066349. OLE color: 6066349.

HSL color Cylindrical-coordinate representation of color #AD905C: hue angle of 38.52º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD905C is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17314492-
CMYK00.170.470.32
HSL38.52º33.06%51.96%-
HSV(B)38.52º46.82%67.84%-
XYZ29.1429.614.3-
YUV146.7497.11146.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 92 (36.33% from 255) = 22.49%
R=42.30%
G=35.21%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731449200.170.470.3238.5233.0651.96
HexAD905C0112F20272134
Octal2552201340215740474164
Binary10101101100100001011100010001101111100000100111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD905C; }

 p { color: rgb(173,144,92); }

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

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

 a { background-color: rgb(173,144,92); }

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

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

 span { border-color: rgb(173,144,92); }

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