Html Css Color HEX #AD9060 Barley Corn

📋 copy color: '#AD9060'

red 173 ◦ green 144 ◦ blue 96

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

Shades of Barley Corn #AD9060

Tints of Barley Corn #AD9060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.87%

 BLUE value IS 96 (37.89% from 255) = 23.24%

R = 41.89%
G = 34.87%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD9060 (or 0xAD9060) is known color: Barley Corn. HEX triplet: AD, 90 and 60. RGB value is (173,144,96). Sum of RGB (Red+Green+Blue) = 173+144+96=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9060 is #526F9F. Grayscale: #939393. Windows color (decimal): -5402528 or 6328493. OLE color: 6328493.

HSL color Cylindrical-coordinate representation of color #AD9060: hue angle of 37.4º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD9060 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 144 96 -
CMYK 0 0.17 0.45 0.32
HSL 37.4º 0.32% 0.53% -
HSV(B) 37.4º 0.45% 0.68% -
XYZ 29.32 29.68 15.25 -
YUV 147.2 99.11 146.4 -
System Red Green Blue C M Y K H S L
Decimal 173 144 96 0 0.17 0.45 0.32 37.4 0.32 0.53
Hex AD 90 60 0 11 2D 20 25 20 35
Octal 255 220 140 0 21 55 40 45 40 65
Binary 10101101 10010000 1100000 0 10001 101101 100000 100101 100000 110101

Color Harmonies of #AD9060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9060

Black with #AD9060

Text Example


Text Example

White with #AD9060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9060; }

 p { color: rgb(173,144,96); }

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

background-color css

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

 a { background-color: rgb(173,144,96); }

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

border-color css

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

 span { border-color: rgb(173,144,96); }

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