Html Css Color HEX #AD9766 Barley Corn

📋 copy color: '#AD9766'

red 173 ◦ green 151 ◦ blue 102

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

Shades of Barley Corn #AD9766

Tints of Barley Corn #AD9766

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.45%

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

R = 40.61%
G = 35.45%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD9766 (or 0xAD9766) is known color: Barley Corn. HEX triplet: AD, 97 and 66. RGB value is (173,151,102). Sum of RGB (Red+Green+Blue) = 173+151+102=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9766 is #526899. Grayscale: #989898. Windows color (decimal): -5400730 or 6723501. OLE color: 6723501.

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

Color convert

RGB 173 151 102 -
CMYK 0 0.13 0.41 0.32
HSL 41.41º 0.3% 0.54% -
HSV(B) 41.41º 0.41% 0.68% -
XYZ 30.7 31.98 17.12 -
YUV 151.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 173 151 102 0 0.13 0.41 0.32 41.41 0.3 0.54
Hex AD 97 66 0 D 29 20 29 1E 36
Octal 255 227 146 0 15 51 40 51 36 66
Binary 10101101 10010111 1100110 0 1101 101001 100000 101001 11110 110110

Color Harmonies of #AD9766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9766

Black with #AD9766

Text Example


Text Example

White with #AD9766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9766; }

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

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

background-color css

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

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

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

border-color css

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

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

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