Html Css Color HEX #AD9459 Barley Corn

📋 copy color: '#AD9459'

red 173 ◦ green 148 ◦ blue 89

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

Shades of Barley Corn #AD9459

Tints of Barley Corn #AD9459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.1%

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

R = 42.2%
G = 36.1%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD9459 (or 0xAD9459) is known color: Barley Corn. HEX triplet: AD, 94 and 59. RGB value is (173,148,89). Sum of RGB (Red+Green+Blue) = 173+148+89=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9459 is #526BA6. Grayscale: #959595. Windows color (decimal): -5401511 or 5870765. OLE color: 5870765.

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

Color convert

RGB 173 148 89 -
CMYK 0 0.14 0.49 0.32
HSL 42.14º 0.34% 0.51% -
HSV(B) 42.14º 0.49% 0.68% -
XYZ 29.63 30.79 13.83 -
YUV 148.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 173 148 89 0 0.14 0.49 0.32 42.14 0.34 0.51
Hex AD 94 59 0 E 31 20 2A 22 33
Octal 255 224 131 0 16 61 40 52 42 63
Binary 10101101 10010100 1011001 0 1110 110001 100000 101010 100010 110011

Color Harmonies of #AD9459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9459

Black with #AD9459

Text Example


Text Example

White with #AD9459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9459; }

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

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

background-color css

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

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

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

border-color css

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

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

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