Html Css Color HEX #AD9C61 Barley Corn

📋 copy color: '#AD9C61'

red 173 ◦ green 156 ◦ blue 97

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

Shades of Barley Corn #AD9C61

Tints of Barley Corn #AD9C61

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.62%

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

R = 40.61%
G = 36.62%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD9C61 (or 0xAD9C61) is known color: Barley Corn. HEX triplet: AD, 9C and 61. RGB value is (173,156,97). Sum of RGB (Red+Green+Blue) = 173+156+97=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C61 is #52639E. Grayscale: #9A9A9A. Windows color (decimal): -5399455 or 6397101. OLE color: 6397101.

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

Color convert

RGB 173 156 97 -
CMYK 0 0.10 0.44 0.32
HSL 46.58º 0.32% 0.53% -
HSV(B) 46.58º 0.44% 0.68% -
XYZ 31.28 33.52 16.13 -
YUV 154.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 173 156 97 0 0.10 0.44 0.32 46.58 0.32 0.53
Hex AD 9C 61 0 A 2C 20 2F 20 35
Octal 255 234 141 0 12 54 40 57 40 65
Binary 10101101 10011100 1100001 0 1010 101100 100000 101111 100000 110101

Color Harmonies of #AD9C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C61

Black with #AD9C61

Text Example


Text Example

White with #AD9C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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