#AD965F

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

Shades of Barley Corn #AD965F

Tints of Barley Corn #AD965F

Color information

#AD965F (or 0xAD965F) is unknown color: approx Barley Corn. HEX triplet: AD, 96 and 5F. RGB value is (173,150,95). Sum of RGB (Red+Green+Blue) = 173+150+95=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD965F is #5269A0. Grayscale: #969696. Windows color (decimal): -5400993 or 6264493. OLE color: 6264493.

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

Color convert

RGB17315095-
CMYK00.130.450.32
HSL42.31º32.23%52.55%-
HSV(B)42.31º45.09%67.84%-
XYZ30.2131.5215.32-
YUV150.6196.62143.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 150 (58.98% from 255) = 35.89%
BLUE value IS 95 (37.5% from 255) = 22.73%
R=41.39%
G=35.89%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731509500.130.450.3242.3132.2352.55
HexAD965F0D2D202a2035
Octal2552261370155540524065
Binary1010110110010110101111101101101101100000101010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD965F; }

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

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

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

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

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

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

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

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