Html Css Color HEX #AD9363 Barley Corn

📋 copy color: '#AD9363'

red 173 ◦ green 147 ◦ blue 99

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

Shades of Barley Corn #AD9363

Tints of Barley Corn #AD9363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.63%

R = 41.29%
G = 35.08%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD9363 (or 0xAD9363) is known color: Barley Corn. HEX triplet: AD, 93 and 63. RGB value is (173,147,99). Sum of RGB (Red+Green+Blue) = 173+147+99=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9363 is #526C9C. Grayscale: #959595. Windows color (decimal): -5401757 or 6525869. OLE color: 6525869.

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

Color convert

RGB 173 147 99 -
CMYK 0 0.15 0.43 0.32
HSL 38.92º 0.31% 0.53% -
HSV(B) 38.92º 0.43% 0.68% -
XYZ 29.92 30.65 16.14 -
YUV 149.3 99.61 144.9 -
System Red Green Blue C M Y K H S L
Decimal 173 147 99 0 0.15 0.43 0.32 38.92 0.31 0.53
Hex AD 93 63 0 F 2B 20 27 1F 35
Octal 255 223 143 0 17 53 40 47 37 65
Binary 10101101 10010011 1100011 0 1111 101011 100000 100111 11111 110101

Color Harmonies of #AD9363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9363

Black with #AD9363

Text Example


Text Example

White with #AD9363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9363; }

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

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

background-color css

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

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

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

border-color css

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

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

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