Html Css Color HEX #AD9259 Barley Corn

📋 copy color: '#AD9259'

red 173 ◦ green 146 ◦ blue 89

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

Shades of Barley Corn #AD9259

Tints of Barley Corn #AD9259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.78%

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

R = 42.4%
G = 35.78%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD9259 (or 0xAD9259) is known color: Barley Corn. HEX triplet: AD, 92 and 59. RGB value is (173,146,89). Sum of RGB (Red+Green+Blue) = 173+146+89=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9259 is #526DA6. Grayscale: #939393. Windows color (decimal): -5402023 or 5870253. OLE color: 5870253.

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

Color convert

RGB 173 146 89 -
CMYK 0 0.16 0.49 0.32
HSL 40.71º 0.34% 0.51% -
HSV(B) 40.71º 0.49% 0.68% -
XYZ 29.32 30.16 13.73 -
YUV 147.58 94.95 146.13 -
System Red Green Blue C M Y K H S L
Decimal 173 146 89 0 0.16 0.49 0.32 40.71 0.34 0.51
Hex AD 92 59 0 10 31 20 29 22 33
Octal 255 222 131 0 20 61 40 51 42 63
Binary 10101101 10010010 1011001 0 10000 110001 100000 101001 100010 110011

Color Harmonies of #AD9259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9259

Black with #AD9259

Text Example


Text Example

White with #AD9259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9259; }

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

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

background-color css

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

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

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

border-color css

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

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

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