Html Css Color HEX #AD9760 Barley Corn

📋 copy color: '#AD9760'

red 173 ◦ green 151 ◦ blue 96

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

Shades of Barley Corn #AD9760

Tints of Barley Corn #AD9760

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.95%

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

R = 41.19%
G = 35.95%
B = 22.86%

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

#AD9760 (or 0xAD9760) is known color: Barley Corn. HEX triplet: AD, 97 and 60. RGB value is (173,151,96). Sum of RGB (Red+Green+Blue) = 173+151+96=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9760 is #52689F. Grayscale: #979797. Windows color (decimal): -5400736 or 6330285. OLE color: 6330285.

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

Color convert

RGB 173 151 96 -
CMYK 0 0.13 0.45 0.32
HSL 42.86º 0.32% 0.53% -
HSV(B) 42.86º 0.45% 0.68% -
XYZ 30.41 31.86 15.61 -
YUV 151.31 96.79 143.47 -
System Red Green Blue C M Y K H S L
Decimal 173 151 96 0 0.13 0.45 0.32 42.86 0.32 0.53
Hex AD 97 60 0 D 2D 20 2B 20 35
Octal 255 227 140 0 15 55 40 53 40 65
Binary 10101101 10010111 1100000 0 1101 101101 100000 101011 100000 110101

Color Harmonies of #AD9760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9760

Black with #AD9760

Text Example


Text Example

White with #AD9760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9760; }

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

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

background-color css

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

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

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

border-color css

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

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

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