Html Css Color HEX #AD9365 Barley Corn

📋 copy color: '#AD9365'

red 173 ◦ green 147 ◦ blue 101

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

Shades of Barley Corn #AD9365

Tints of Barley Corn #AD9365

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.92%

 BLUE value IS 101 (39.84% from 255) = 23.99%

R = 41.09%
G = 34.92%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD9365 (or 0xAD9365) is known color: Barley Corn. HEX triplet: AD, 93 and 65. RGB value is (173,147,101). Sum of RGB (Red+Green+Blue) = 173+147+101=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9365 is #526C9A. Grayscale: #959595. Windows color (decimal): -5401755 or 6656941. OLE color: 6656941.

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

Color convert

RGB 173 147 101 -
CMYK 0 0.15 0.42 0.32
HSL 38.33º 0.31% 0.54% -
HSV(B) 38.33º 0.42% 0.68% -
XYZ 30.02 30.69 16.65 -
YUV 149.53 100.61 144.74 -
System Red Green Blue C M Y K H S L
Decimal 173 147 101 0 0.15 0.42 0.32 38.33 0.31 0.54
Hex AD 93 65 0 F 2A 20 26 1F 36
Octal 255 223 145 0 17 52 40 46 37 66
Binary 10101101 10010011 1100101 0 1111 101010 100000 100110 11111 110110

Color Harmonies of #AD9365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9365

Black with #AD9365

Text Example


Text Example

White with #AD9365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9365; }

 p { color: rgb(173,147,101); }

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

background-color css

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

 a { background-color: rgb(173,147,101); }

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

border-color css

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

 span { border-color: rgb(173,147,101); }

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