Html Css Color HEX #AD9759 Barley Corn

📋 copy color: '#AD9759'

red 173 ◦ green 151 ◦ blue 89

#AD9759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barley Corn #AD9759

Tints of Barley Corn #AD9759

RGB

 RED value IS 173 (67.97% from 255) = 41.89%

 GREEN value IS 151 (59.38% from 255) = 36.56%

 BLUE value IS 89 (35.16% from 255) = 21.55%

R = 41.89%
G = 36.56%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD9759 (or 0xAD9759) is known color: Barley Corn. HEX triplet: AD, 97 and 59. RGB value is (173,151,89). Sum of RGB (Red+Green+Blue) = 173+151+89=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9759 is #5268A6. Grayscale: #969696. Windows color (decimal): -5400743 or 5871533. OLE color: 5871533.

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

Color convert

RGB 173 151 89 -
CMYK 0 0.13 0.49 0.32
HSL 44.29º 0.34% 0.51% -
HSV(B) 44.29º 0.49% 0.68% -
XYZ 30.1 31.74 13.99 -
YUV 150.51 93.29 144.04 -
System Red Green Blue C M Y K H S L
Decimal 173 151 89 0 0.13 0.49 0.32 44.29 0.34 0.51
Hex AD 97 59 0 D 31 20 2C 22 33
Octal 255 227 131 0 15 61 40 54 42 63
Binary 10101101 10010111 1011001 0 1101 110001 100000 101100 100010 110011

Color Harmonies of #AD9759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9759

Black with #AD9759

Text Example


Text Example

White with #AD9759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9759; }

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

 H1.HeaderClassName
 {
   color: #AD9759;
 }
 .AnyTagClassName
 {
   color: #AD9759;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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