Html Css Color HEX #AD9761 Barley Corn

📋 copy color: '#AD9761'

red 173 ◦ green 151 ◦ blue 97

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

Shades of Barley Corn #AD9761

Tints of Barley Corn #AD9761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.04%

R = 41.09%
G = 35.87%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD9761 (or 0xAD9761) is known color: Barley Corn. HEX triplet: AD, 97 and 61. RGB value is (173,151,97). Sum of RGB (Red+Green+Blue) = 173+151+97=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9761 is #52689E. Grayscale: #979797. Windows color (decimal): -5400735 or 6395821. OLE color: 6395821.

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

Color convert

RGB 173 151 97 -
CMYK 0 0.13 0.44 0.32
HSL 42.63º 0.32% 0.53% -
HSV(B) 42.63º 0.44% 0.68% -
XYZ 30.46 31.88 15.86 -
YUV 151.42 97.29 143.39 -
System Red Green Blue C M Y K H S L
Decimal 173 151 97 0 0.13 0.44 0.32 42.63 0.32 0.53
Hex AD 97 61 0 D 2C 20 2B 20 35
Octal 255 227 141 0 15 54 40 53 40 65
Binary 10101101 10010111 1100001 0 1101 101100 100000 101011 100000 110101

Color Harmonies of #AD9761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9761

Black with #AD9761

Text Example


Text Example

White with #AD9761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9761; }

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

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

background-color css

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

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

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

border-color css

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

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

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