#AD8F65

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

Shades of Barley Corn #AD8F65

Tints of Barley Corn #AD8F65

Color information

#AD8F65 (or 0xAD8F65) is unknown color: approx Barley Corn. HEX triplet: AD, 8F and 65. RGB value is (173,143,101). Sum of RGB (Red+Green+Blue) = 173+143+101=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F65 is #52709A. Grayscale: #939393. Windows color (decimal): -5402779 or 6655917. OLE color: 6655917.

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

Color convert

RGB173143101-
CMYK00.170.420.32
HSL35º30.51%53.73%-
HSV(B)35º41.62%67.84%-
XYZ29.4129.4716.45-
YUV147.18101.94146.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=41.49%
G=34.29%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314310100.170.420.323530.5153.73
HexAD8F650112A20231f36
Octal2552171450215240433766
Binary1010110110001111110010101000110101010000010001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8F65; }

 p { color: rgb(173,143,101); }

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

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

 a { background-color: rgb(173,143,101); }

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

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

 span { border-color: rgb(173,143,101); }

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