Html Css Color HEX #AD9160 Barley Corn

📋 copy color: '#AD9160'

red 173 ◦ green 145 ◦ blue 96

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

Shades of Barley Corn #AD9160

Tints of Barley Corn #AD9160

RGB

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

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

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

R = 41.79%
G = 35.02%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD9160 (or 0xAD9160) is known color: Barley Corn. HEX triplet: AD, 91 and 60. RGB value is (173,145,96). Sum of RGB (Red+Green+Blue) = 173+145+96=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9160 is #526E9F. Grayscale: #949494. Windows color (decimal): -5402272 or 6328749. OLE color: 6328749.

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

Color convert

RGB 173 145 96 -
CMYK 0 0.16 0.45 0.32
HSL 38.18º 0.32% 0.53% -
HSV(B) 38.18º 0.45% 0.68% -
XYZ 29.47 29.98 15.3 -
YUV 147.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 173 145 96 0 0.16 0.45 0.32 38.18 0.32 0.53
Hex AD 91 60 0 10 2D 20 26 20 35
Octal 255 221 140 0 20 55 40 46 40 65
Binary 10101101 10010001 1100000 0 10000 101101 100000 100110 100000 110101

Color Harmonies of #AD9160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9160

Black with #AD9160

Text Example


Text Example

White with #AD9160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9160; }

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

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

background-color css

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

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

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

border-color css

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

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

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