Html Css Color HEX #AD9861 Barley Corn

📋 copy color: '#AD9861'

red 173 ◦ green 152 ◦ blue 97

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

Shades of Barley Corn #AD9861

Tints of Barley Corn #AD9861

RGB

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

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

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

R = 41%
G = 36.02%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD9861 (or 0xAD9861) is known color: Barley Corn. HEX triplet: AD, 98 and 61. RGB value is (173,152,97). Sum of RGB (Red+Green+Blue) = 173+152+97=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9861 is #52679E. Grayscale: #989898. Windows color (decimal): -5400479 or 6396077. OLE color: 6396077.

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

Color convert

RGB 173 152 97 -
CMYK 0 0.12 0.44 0.32
HSL 43.42º 0.32% 0.53% -
HSV(B) 43.42º 0.44% 0.68% -
XYZ 30.62 32.2 15.91 -
YUV 152.01 96.96 142.97 -
System Red Green Blue C M Y K H S L
Decimal 173 152 97 0 0.12 0.44 0.32 43.42 0.32 0.53
Hex AD 98 61 0 C 2C 20 2B 20 35
Octal 255 230 141 0 14 54 40 53 40 65
Binary 10101101 10011000 1100001 0 1100 101100 100000 101011 100000 110101

Color Harmonies of #AD9861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9861

Black with #AD9861

Text Example


Text Example

White with #AD9861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9861; }

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

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

background-color css

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

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

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

border-color css

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

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

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