Html Css Color HEX #AD9566 Barley Corn

📋 copy color: '#AD9566'

red 173 ◦ green 149 ◦ blue 102

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

Shades of Barley Corn #AD9566

Tints of Barley Corn #AD9566

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.14%

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

R = 40.8%
G = 35.14%
B = 24.06%

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

#AD9566 (or 0xAD9566) is known color: Barley Corn. HEX triplet: AD, 95 and 66. RGB value is (173,149,102). Sum of RGB (Red+Green+Blue) = 173+149+102=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9566 is #526A99. Grayscale: #979797. Windows color (decimal): -5401242 or 6722989. OLE color: 6722989.

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

Color convert

RGB 173 149 102 -
CMYK 0 0.14 0.41 0.32
HSL 39.72º 0.3% 0.54% -
HSV(B) 39.72º 0.41% 0.68% -
XYZ 30.38 31.34 17.02 -
YUV 150.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 173 149 102 0 0.14 0.41 0.32 39.72 0.3 0.54
Hex AD 95 66 0 E 29 20 28 1E 36
Octal 255 225 146 0 16 51 40 50 36 66
Binary 10101101 10010101 1100110 0 1110 101001 100000 101000 11110 110110

Color Harmonies of #AD9566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9566

Black with #AD9566

Text Example


Text Example

White with #AD9566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9566; }

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

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

background-color css

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

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

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

border-color css

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

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

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