Html Css Color HEX #AD9260 Barley Corn

📋 copy color: '#AD9260'

red 173 ◦ green 146 ◦ blue 96

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

Shades of Barley Corn #AD9260

Tints of Barley Corn #AD9260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.18%

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

R = 41.69%
G = 35.18%
B = 23.13%

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

#AD9260 (or 0xAD9260) is known color: Barley Corn. HEX triplet: AD, 92 and 60. RGB value is (173,146,96). Sum of RGB (Red+Green+Blue) = 173+146+96=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9260 is #526D9F. Grayscale: #949494. Windows color (decimal): -5402016 or 6329005. OLE color: 6329005.

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

Color convert

RGB 173 146 96 -
CMYK 0 0.16 0.45 0.32
HSL 38.96º 0.32% 0.53% -
HSV(B) 38.96º 0.45% 0.68% -
XYZ 29.62 30.29 15.35 -
YUV 148.37 98.45 145.57 -
System Red Green Blue C M Y K H S L
Decimal 173 146 96 0 0.16 0.45 0.32 38.96 0.32 0.53
Hex AD 92 60 0 10 2D 20 27 20 35
Octal 255 222 140 0 20 55 40 47 40 65
Binary 10101101 10010010 1100000 0 10000 101101 100000 100111 100000 110101

Color Harmonies of #AD9260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9260

Black with #AD9260

Text Example


Text Example

White with #AD9260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9260; }

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

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

background-color css

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

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

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

border-color css

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

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

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