#AD965A

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

Shades of Barley Corn #AD965A

Tints of Barley Corn #AD965A

Color information

#AD965A (or 0xAD965A) is unknown color: approx Barley Corn. HEX triplet: AD, 96 and 5A. RGB value is (173,150,90). Sum of RGB (Red+Green+Blue) = 173+150+90=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD965A is #5269A5. Grayscale: #969696. Windows color (decimal): -5400998 or 5936813. OLE color: 5936813.

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

Color convert

RGB17315090-
CMYK00.130.480.32
HSL43.37º33.6%51.57%-
HSV(B)43.37º47.98%67.84%-
XYZ29.9931.4414.16-
YUV150.0494.12144.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 150 (58.98% from 255) = 36.32%
BLUE value IS 90 (35.55% from 255) = 21.79%
R=41.89%
G=36.32%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731509000.130.480.3243.3733.651.57
HexAD965A0D30202b2234
Octal2552261320156040534264
Binary1010110110010110101101001101110000100000101011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD965A; }

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

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

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

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

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

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

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

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