Html Css Color HEX #AD8C5E Barley Corn

📋 copy color: '#AD8C5E'

red 173 ◦ green 140 ◦ blue 94

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

Shades of Barley Corn #AD8C5E

Tints of Barley Corn #AD8C5E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

 BLUE value IS 94 (37.11% from 255) = 23.1%

R = 42.51%
G = 34.4%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD8C5E (or 0xAD8C5E) is known color: Barley Corn. HEX triplet: AD, 8C and 5E. RGB value is (173,140,94). Sum of RGB (Red+Green+Blue) = 173+140+94=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C5E is #5273A1. Grayscale: #909090. Windows color (decimal): -5403554 or 6196397. OLE color: 6196397.

HSL color Cylindrical-coordinate representation of color #AD8C5E: hue angle of 34.94º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD8C5E is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 140 94 -
CMYK 0 0.19 0.46 0.32
HSL 34.94º 0.33% 0.52% -
HSV(B) 34.94º 0.46% 0.68% -
XYZ 28.63 28.45 14.57 -
YUV 144.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 173 140 94 0 0.19 0.46 0.32 34.94 0.33 0.52
Hex AD 8C 5E 0 13 2E 20 23 21 34
Octal 255 214 136 0 23 56 40 43 41 64
Binary 10101101 10001100 1011110 0 10011 101110 100000 100011 100001 110100

Color Harmonies of #AD8C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C5E

Black with #AD8C5E

Text Example


Text Example

White with #AD8C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C5E; }

 p { color: rgb(173,140,94); }

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

background-color css

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

 a { background-color: rgb(173,140,94); }

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

border-color css

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

 span { border-color: rgb(173,140,94); }

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