#AD975B

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

Shades of Barley Corn #AD975B

Tints of Barley Corn #AD975B

Color information

#AD975B (or 0xAD975B) is unknown color: approx Barley Corn. HEX triplet: AD, 97 and 5B. RGB value is (173,151,91). Sum of RGB (Red+Green+Blue) = 173+151+91=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD975B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD975B is #5268A4. Grayscale: #969696. Windows color (decimal): -5400741 or 6002605. OLE color: 6002605.

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

Color convert

RGB17315191-
CMYK00.130.470.32
HSL43.9º33.33%51.76%-
HSV(B)43.9º47.4%67.84%-
XYZ30.1931.7714.44-
YUV150.7494.29143.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 151 (59.38% from 255) = 36.39%
BLUE value IS 91 (35.94% from 255) = 21.93%
R=41.69%
G=36.39%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731519100.130.470.3243.933.3351.76
HexAD975B0D2F202c2134
Octal2552271330155740544164
Binary1010110110010111101101101101101111100000101100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD975B; }

 p { color: rgb(173,151,91); }

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

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

 a { background-color: rgb(173,151,91); }

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

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

 span { border-color: rgb(173,151,91); }

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