Html Css Color HEX #AD8C61 Barley Corn

📋 copy color: '#AD8C61'

red 173 ◦ green 140 ◦ blue 97

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

Shades of Barley Corn #AD8C61

Tints of Barley Corn #AD8C61

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.15%

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

R = 42.2%
G = 34.15%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD8C61 (or 0xAD8C61) is known color: Barley Corn. HEX triplet: AD, 8C and 61. RGB value is (173,140,97). Sum of RGB (Red+Green+Blue) = 173+140+97=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C61 is #52739E. Grayscale: #919191. Windows color (decimal): -5403551 or 6393005. OLE color: 6393005.

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

Color convert

RGB 173 140 97 -
CMYK 0 0.19 0.44 0.32
HSL 33.95º 0.32% 0.53% -
HSV(B) 33.95º 0.44% 0.68% -
XYZ 28.77 28.5 15.29 -
YUV 144.97 100.93 148 -
System Red Green Blue C M Y K H S L
Decimal 173 140 97 0 0.19 0.44 0.32 33.95 0.32 0.53
Hex AD 8C 61 0 13 2C 20 22 20 35
Octal 255 214 141 0 23 54 40 42 40 65
Binary 10101101 10001100 1100001 0 10011 101100 100000 100010 100000 110101

Color Harmonies of #AD8C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C61

Black with #AD8C61

Text Example


Text Example

White with #AD8C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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