Html Css Color HEX #AD9461 Barley Corn

📋 copy color: '#AD9461'

red 173 ◦ green 148 ◦ blue 97

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

Shades of Barley Corn #AD9461

Tints of Barley Corn #AD9461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.41%

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

R = 41.39%
G = 35.41%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD9461 (or 0xAD9461) is known color: Barley Corn. HEX triplet: AD, 94 and 61. RGB value is (173,148,97). Sum of RGB (Red+Green+Blue) = 173+148+97=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9461 is #526B9E. Grayscale: #959595. Windows color (decimal): -5401503 or 6395053. OLE color: 6395053.

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

Color convert

RGB 173 148 97 -
CMYK 0 0.14 0.44 0.32
HSL 40.26º 0.32% 0.53% -
HSV(B) 40.26º 0.44% 0.68% -
XYZ 29.98 30.93 15.7 -
YUV 149.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 173 148 97 0 0.14 0.44 0.32 40.26 0.32 0.53
Hex AD 94 61 0 E 2C 20 28 20 35
Octal 255 224 141 0 16 54 40 50 40 65
Binary 10101101 10010100 1100001 0 1110 101100 100000 101000 100000 110101

Color Harmonies of #AD9461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9461

Black with #AD9461

Text Example


Text Example

White with #AD9461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9461; }

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

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

background-color css

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

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

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

border-color css

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

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

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