Html Css Color HEX #AD9660 Barley Corn

📋 copy color: '#AD9660'

red 173 ◦ green 150 ◦ blue 96

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

Shades of Barley Corn #AD9660

Tints of Barley Corn #AD9660

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.8%

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

R = 41.29%
G = 35.8%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD9660 (or 0xAD9660) is known color: Barley Corn. HEX triplet: AD, 96 and 60. RGB value is (173,150,96). Sum of RGB (Red+Green+Blue) = 173+150+96=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9660 is #52699F. Grayscale: #969696. Windows color (decimal): -5400992 or 6330029. OLE color: 6330029.

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

Color convert

RGB 173 150 96 -
CMYK 0 0.13 0.45 0.32
HSL 42.08º 0.32% 0.53% -
HSV(B) 42.08º 0.45% 0.68% -
XYZ 30.25 31.54 15.56 -
YUV 150.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 173 150 96 0 0.13 0.45 0.32 42.08 0.32 0.53
Hex AD 96 60 0 D 2D 20 2A 20 35
Octal 255 226 140 0 15 55 40 52 40 65
Binary 10101101 10010110 1100000 0 1101 101101 100000 101010 100000 110101

Color Harmonies of #AD9660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9660

Black with #AD9660

Text Example


Text Example

White with #AD9660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9660; }

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

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

background-color css

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

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

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

border-color css

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

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

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