Html Css Color HEX #AD8F61 Barley Corn

📋 copy color: '#AD8F61'

red 173 ◦ green 143 ◦ blue 97

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

Shades of Barley Corn #AD8F61

Tints of Barley Corn #AD8F61

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.62%

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

R = 41.89%
G = 34.62%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD8F61 (or 0xAD8F61) is known color: Barley Corn. HEX triplet: AD, 8F and 61. RGB value is (173,143,97). Sum of RGB (Red+Green+Blue) = 173+143+97=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F61 is #52709E. Grayscale: #929292. Windows color (decimal): -5402783 or 6393773. OLE color: 6393773.

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

Color convert

RGB 173 143 97 -
CMYK 0 0.17 0.44 0.32
HSL 36.32º 0.32% 0.53% -
HSV(B) 36.32º 0.44% 0.68% -
XYZ 29.21 29.39 15.44 -
YUV 146.73 99.94 146.74 -
System Red Green Blue C M Y K H S L
Decimal 173 143 97 0 0.17 0.44 0.32 36.32 0.32 0.53
Hex AD 8F 61 0 11 2C 20 24 20 35
Octal 255 217 141 0 21 54 40 44 40 65
Binary 10101101 10001111 1100001 0 10001 101100 100000 100100 100000 110101

Color Harmonies of #AD8F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F61

Black with #AD8F61

Text Example


Text Example

White with #AD8F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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