Html Css Color HEX #AD9860 Barley Corn

📋 copy color: '#AD9860'

red 173 ◦ green 152 ◦ blue 96

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

Shades of Barley Corn #AD9860

Tints of Barley Corn #AD9860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.1%

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

R = 41.09%
G = 36.1%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD9860 (or 0xAD9860) is known color: Barley Corn. HEX triplet: AD, 98 and 60. RGB value is (173,152,96). Sum of RGB (Red+Green+Blue) = 173+152+96=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9860 is #52679F. Grayscale: #989898. Windows color (decimal): -5400480 or 6330541. OLE color: 6330541.

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

Color convert

RGB 173 152 96 -
CMYK 0 0.12 0.45 0.32
HSL 43.64º 0.32% 0.53% -
HSV(B) 43.64º 0.45% 0.68% -
XYZ 30.57 32.19 15.67 -
YUV 151.9 96.46 143.05 -
System Red Green Blue C M Y K H S L
Decimal 173 152 96 0 0.12 0.45 0.32 43.64 0.32 0.53
Hex AD 98 60 0 C 2D 20 2C 20 35
Octal 255 230 140 0 14 55 40 54 40 65
Binary 10101101 10011000 1100000 0 1100 101101 100000 101100 100000 110101

Color Harmonies of #AD9860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9860

Black with #AD9860

Text Example


Text Example

White with #AD9860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9860; }

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

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

background-color css

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

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

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

border-color css

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

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

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