Html Css Color HEX #AD9B66 Barley Corn

📋 copy color: '#AD9B66'

red 173 ◦ green 155 ◦ blue 102

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

Shades of Barley Corn #AD9B66

Tints of Barley Corn #AD9B66

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.05%

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

R = 40.23%
G = 36.05%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD9B66 (or 0xAD9B66) is known color: Barley Corn. HEX triplet: AD, 9B and 66. RGB value is (173,155,102). Sum of RGB (Red+Green+Blue) = 173+155+102=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9B66 is #526499. Grayscale: #9A9A9A. Windows color (decimal): -5399706 or 6724525. OLE color: 6724525.

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

Color convert

RGB 173 155 102 -
CMYK 0 0.10 0.41 0.32
HSL 44.79º 0.3% 0.54% -
HSV(B) 44.79º 0.41% 0.68% -
XYZ 31.35 33.29 17.34 -
YUV 154.34 98.46 141.31 -
System Red Green Blue C M Y K H S L
Decimal 173 155 102 0 0.10 0.41 0.32 44.79 0.3 0.54
Hex AD 9B 66 0 A 29 20 2D 1E 36
Octal 255 233 146 0 12 51 40 55 36 66
Binary 10101101 10011011 1100110 0 1010 101001 100000 101101 11110 110110

Color Harmonies of #AD9B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9B66

Black with #AD9B66

Text Example


Text Example

White with #AD9B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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