Html Css Color HEX #AD8F65 Barley Corn

📋 copy color: '#AD8F65'

red 173 ◦ green 143 ◦ blue 101

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

Shades of Barley Corn #AD8F65

Tints of Barley Corn #AD8F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.22%

R = 41.49%
G = 34.29%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD8F65 (or 0xAD8F65) is known color: Barley Corn. HEX triplet: AD, 8F and 65. RGB value is (173,143,101). Sum of RGB (Red+Green+Blue) = 173+143+101=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F65 is #52709A. Grayscale: #939393. Windows color (decimal): -5402779 or 6655917. OLE color: 6655917.

HSL color Cylindrical-coordinate representation of color #AD8F65: hue angle of 35º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD8F65 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 143 101 -
CMYK 0 0.17 0.42 0.32
HSL 35º 0.31% 0.54% -
HSV(B) 35º 0.42% 0.68% -
XYZ 29.41 29.47 16.45 -
YUV 147.18 101.94 146.42 -
System Red Green Blue C M Y K H S L
Decimal 173 143 101 0 0.17 0.42 0.32 35 0.31 0.54
Hex AD 8F 65 0 11 2A 20 23 1F 36
Octal 255 217 145 0 21 52 40 43 37 66
Binary 10101101 10001111 1100101 0 10001 101010 100000 100011 11111 110110

Color Harmonies of #AD8F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F65

Black with #AD8F65

Text Example


Text Example

White with #AD8F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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