Html Css Color HEX #AD9466 Barley Corn

📋 copy color: '#AD9466'

red 173 ◦ green 148 ◦ blue 102

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

Shades of Barley Corn #AD9466

Tints of Barley Corn #AD9466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.11%

R = 40.9%
G = 34.99%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD9466 (or 0xAD9466) is known color: Barley Corn. HEX triplet: AD, 94 and 66. RGB value is (173,148,102). Sum of RGB (Red+Green+Blue) = 173+148+102=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9466 is #526B99. Grayscale: #969696. Windows color (decimal): -5401498 or 6722733. OLE color: 6722733.

HSL color Cylindrical-coordinate representation of color #AD9466: hue angle of 38.87º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD9466 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 148 102 -
CMYK 0 0.14 0.41 0.32
HSL 38.87º 0.3% 0.54% -
HSV(B) 38.87º 0.41% 0.68% -
XYZ 30.22 31.02 16.97 -
YUV 150.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 173 148 102 0 0.14 0.41 0.32 38.87 0.3 0.54
Hex AD 94 66 0 E 29 20 27 1E 36
Octal 255 224 146 0 16 51 40 47 36 66
Binary 10101101 10010100 1100110 0 1110 101001 100000 100111 11110 110110

Color Harmonies of #AD9466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9466

Black with #AD9466

Text Example


Text Example

White with #AD9466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9466; }

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

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

background-color css

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

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

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

border-color css

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

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

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