Html Css Color HEX #AD9659 Barley Corn

📋 copy color: '#AD9659'

red 173 ◦ green 150 ◦ blue 89

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

Shades of Barley Corn #AD9659

Tints of Barley Corn #AD9659

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.41%

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

R = 41.99%
G = 36.41%
B = 21.6%

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

#AD9659 (or 0xAD9659) is known color: Barley Corn. HEX triplet: AD, 96 and 59. RGB value is (173,150,89). Sum of RGB (Red+Green+Blue) = 173+150+89=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9659 is #5269A6. Grayscale: #969696. Windows color (decimal): -5400999 or 5871277. OLE color: 5871277.

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

Color convert

RGB 173 150 89 -
CMYK 0 0.13 0.49 0.32
HSL 43.57º 0.34% 0.51% -
HSV(B) 43.57º 0.49% 0.68% -
XYZ 29.94 31.42 13.94 -
YUV 149.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 173 150 89 0 0.13 0.49 0.32 43.57 0.34 0.51
Hex AD 96 59 0 D 31 20 2C 22 33
Octal 255 226 131 0 15 61 40 54 42 63
Binary 10101101 10010110 1011001 0 1101 110001 100000 101100 100010 110011

Color Harmonies of #AD9659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9659

Black with #AD9659

Text Example


Text Example

White with #AD9659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9659; }

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

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

background-color css

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

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

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

border-color css

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

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

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