Html Css Color HEX #AD9261 Barley Corn

📋 copy color: '#AD9261'

red 173 ◦ green 146 ◦ blue 97

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

Shades of Barley Corn #AD9261

Tints of Barley Corn #AD9261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.32%

R = 41.59%
G = 35.1%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD9261 (or 0xAD9261) is known color: Barley Corn. HEX triplet: AD, 92 and 61. RGB value is (173,146,97). Sum of RGB (Red+Green+Blue) = 173+146+97=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9261 is #526D9E. Grayscale: #949494. Windows color (decimal): -5402015 or 6394541. OLE color: 6394541.

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

Color convert

RGB 173 146 97 -
CMYK 0 0.16 0.44 0.32
HSL 38.68º 0.32% 0.53% -
HSV(B) 38.68º 0.44% 0.68% -
XYZ 29.67 30.31 15.59 -
YUV 148.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 173 146 97 0 0.16 0.44 0.32 38.68 0.32 0.53
Hex AD 92 61 0 10 2C 20 27 20 35
Octal 255 222 141 0 20 54 40 47 40 65
Binary 10101101 10010010 1100001 0 10000 101100 100000 100111 100000 110101

Color Harmonies of #AD9261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9261

Black with #AD9261

Text Example


Text Example

White with #AD9261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9261; }

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

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

background-color css

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

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

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

border-color css

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

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

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