Html Css Color HEX #AD9460 Barley Corn

📋 copy color: '#AD9460'

red 173 ◦ green 148 ◦ blue 96

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

Shades of Barley Corn #AD9460

Tints of Barley Corn #AD9460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.49%

 BLUE value IS 96 (37.89% from 255) = 23.02%

R = 41.49%
G = 35.49%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD9460 (or 0xAD9460) is known color: Barley Corn. HEX triplet: AD, 94 and 60. RGB value is (173,148,96). Sum of RGB (Red+Green+Blue) = 173+148+96=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9460 is #526B9F. Grayscale: #959595. Windows color (decimal): -5401504 or 6329517. OLE color: 6329517.

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

Color convert

RGB 173 148 96 -
CMYK 0 0.14 0.45 0.32
HSL 40.52º 0.32% 0.53% -
HSV(B) 40.52º 0.45% 0.68% -
XYZ 29.93 30.91 15.45 -
YUV 149.55 97.78 144.73 -
System Red Green Blue C M Y K H S L
Decimal 173 148 96 0 0.14 0.45 0.32 40.52 0.32 0.53
Hex AD 94 60 0 E 2D 20 29 20 35
Octal 255 224 140 0 16 55 40 51 40 65
Binary 10101101 10010100 1100000 0 1110 101101 100000 101001 100000 110101

Color Harmonies of #AD9460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9460

Black with #AD9460

Text Example


Text Example

White with #AD9460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9460; }

 p { color: rgb(173,148,96); }

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

background-color css

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

 a { background-color: rgb(173,148,96); }

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

border-color css

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

 span { border-color: rgb(173,148,96); }

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