Html Css Color HEX #AD9165 Barley Corn

📋 copy color: '#AD9165'

red 173 ◦ green 145 ◦ blue 101

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

Shades of Barley Corn #AD9165

Tints of Barley Corn #AD9165

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.61%

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

R = 41.29%
G = 34.61%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD9165 (or 0xAD9165) is known color: Barley Corn. HEX triplet: AD, 91 and 65. RGB value is (173,145,101). Sum of RGB (Red+Green+Blue) = 173+145+101=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9165 is #526E9A. Grayscale: #949494. Windows color (decimal): -5402267 or 6656429. OLE color: 6656429.

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

Color convert

RGB 173 145 101 -
CMYK 0 0.16 0.42 0.32
HSL 36.67º 0.31% 0.54% -
HSV(B) 36.67º 0.42% 0.68% -
XYZ 29.71 30.07 16.55 -
YUV 148.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 173 145 101 0 0.16 0.42 0.32 36.67 0.31 0.54
Hex AD 91 65 0 10 2A 20 25 1F 36
Octal 255 221 145 0 20 52 40 45 37 66
Binary 10101101 10010001 1100101 0 10000 101010 100000 100101 11111 110110

Color Harmonies of #AD9165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9165

Black with #AD9165

Text Example


Text Example

White with #AD9165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9165; }

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

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

background-color css

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

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

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

border-color css

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

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

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