Html Css Color HEX #AD8F5B Barley Corn

📋 copy color: '#AD8F5B'

red 173 ◦ green 143 ◦ blue 91

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

Shades of Barley Corn #AD8F5B

Tints of Barley Corn #AD8F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.36%

R = 42.51%
G = 35.14%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD8F5B (or 0xAD8F5B) is known color: Barley Corn. HEX triplet: AD, 8F and 5B. RGB value is (173,143,91). Sum of RGB (Red+Green+Blue) = 173+143+91=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F5B is #5270A4. Grayscale: #929292. Windows color (decimal): -5402789 or 6000557. OLE color: 6000557.

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

Color convert

RGB 173 143 91 -
CMYK 0 0.17 0.47 0.32
HSL 38.05º 0.33% 0.52% -
HSV(B) 38.05º 0.47% 0.68% -
XYZ 28.94 29.28 14.02 -
YUV 146.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 173 143 91 0 0.17 0.47 0.32 38.05 0.33 0.52
Hex AD 8F 5B 0 11 2F 20 26 21 34
Octal 255 217 133 0 21 57 40 46 41 64
Binary 10101101 10001111 1011011 0 10001 101111 100000 100110 100001 110100

Color Harmonies of #AD8F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F5B

Black with #AD8F5B

Text Example


Text Example

White with #AD8F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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