Html Css Color HEX #AD9D60 Barley Corn

📋 copy color: '#AD9D60'

red 173 ◦ green 157 ◦ blue 96

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

Shades of Barley Corn #AD9D60

Tints of Barley Corn #AD9D60

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.85%

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

R = 40.61%
G = 36.85%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD9D60 (or 0xAD9D60) is known color: Barley Corn. HEX triplet: AD, 9D and 60. RGB value is (173,157,96). Sum of RGB (Red+Green+Blue) = 173+157+96=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D60 is #52629F. Grayscale: #9B9B9B. Windows color (decimal): -5399200 or 6331821. OLE color: 6331821.

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

Color convert

RGB 173 157 96 -
CMYK 0 0.09 0.45 0.32
HSL 47.53º 0.32% 0.53% -
HSV(B) 47.53º 0.45% 0.68% -
XYZ 31.4 33.84 15.94 -
YUV 154.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 173 157 96 0 0.09 0.45 0.32 47.53 0.32 0.53
Hex AD 9D 60 0 9 2D 20 30 20 35
Octal 255 235 140 0 11 55 40 60 40 65
Binary 10101101 10011101 1100000 0 1001 101101 100000 110000 100000 110101

Color Harmonies of #AD9D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D60

Black with #AD9D60

Text Example


Text Example

White with #AD9D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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