Html Css Color HEX #AD9559 Barley Corn

📋 copy color: '#AD9559'

red 173 ◦ green 149 ◦ blue 89

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

Shades of Barley Corn #AD9559

Tints of Barley Corn #AD9559

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.25%

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

R = 42.09%
G = 36.25%
B = 21.65%

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

#AD9559 (or 0xAD9559) is known color: Barley Corn. HEX triplet: AD, 95 and 59. RGB value is (173,149,89). Sum of RGB (Red+Green+Blue) = 173+149+89=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9559 is #526AA6. Grayscale: #959595. Windows color (decimal): -5401255 or 5871021. OLE color: 5871021.

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

Color convert

RGB 173 149 89 -
CMYK 0 0.14 0.49 0.32
HSL 42.86º 0.34% 0.51% -
HSV(B) 42.86º 0.49% 0.68% -
XYZ 29.78 31.1 13.88 -
YUV 149.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 173 149 89 0 0.14 0.49 0.32 42.86 0.34 0.51
Hex AD 95 59 0 E 31 20 2B 22 33
Octal 255 225 131 0 16 61 40 53 42 63
Binary 10101101 10010101 1011001 0 1110 110001 100000 101011 100010 110011

Color Harmonies of #AD9559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9559

Black with #AD9559

Text Example


Text Example

White with #AD9559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9559; }

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

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

background-color css

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

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

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

border-color css

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

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

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