Html Css Color HEX #AD9B5F Barley Corn

📋 copy color: '#AD9B5F'

red 173 ◦ green 155 ◦ blue 95

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

Shades of Barley Corn #AD9B5F

Tints of Barley Corn #AD9B5F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.64%

 BLUE value IS 95 (37.5% from 255) = 22.46%

R = 40.9%
G = 36.64%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD9B5F (or 0xAD9B5F) is known color: Barley Corn. HEX triplet: AD, 9B and 5F. RGB value is (173,155,95). Sum of RGB (Red+Green+Blue) = 173+155+95=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9B5F is #5264A0. Grayscale: #999999. Windows color (decimal): -5399713 or 6265773. OLE color: 6265773.

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

Color convert

RGB 173 155 95 -
CMYK 0 0.10 0.45 0.32
HSL 46.15º 0.32% 0.53% -
HSV(B) 46.15º 0.45% 0.68% -
XYZ 31.02 33.15 15.59 -
YUV 153.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 173 155 95 0 0.10 0.45 0.32 46.15 0.32 0.53
Hex AD 9B 5F 0 A 2D 20 2E 20 35
Octal 255 233 137 0 12 55 40 56 40 65
Binary 10101101 10011011 1011111 0 1010 101101 100000 101110 100000 110101

Color Harmonies of #AD9B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9B5F

Black with #AD9B5F

Text Example


Text Example

White with #AD9B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9B5F; }

 p { color: rgb(173,155,95); }

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

background-color css

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

 a { background-color: rgb(173,155,95); }

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

border-color css

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

 span { border-color: rgb(173,155,95); }

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