Html Css Color HEX #AD985F Barley Corn

📋 copy color: '#AD985F'

red 173 ◦ green 152 ◦ blue 95

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

Shades of Barley Corn #AD985F

Tints of Barley Corn #AD985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

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

R = 41.19%
G = 36.19%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD985F (or 0xAD985F) is known color: Barley Corn. HEX triplet: AD, 98 and 5F. RGB value is (173,152,95). Sum of RGB (Red+Green+Blue) = 173+152+95=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD985F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD985F is #5267A0. Grayscale: #989898. Windows color (decimal): -5400481 or 6265005. OLE color: 6265005.

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

Color convert

RGB 173 152 95 -
CMYK 0 0.12 0.45 0.32
HSL 43.85º 0.32% 0.53% -
HSV(B) 43.85º 0.45% 0.68% -
XYZ 30.53 32.17 15.43 -
YUV 151.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 173 152 95 0 0.12 0.45 0.32 43.85 0.32 0.53
Hex AD 98 5F 0 C 2D 20 2C 20 35
Octal 255 230 137 0 14 55 40 54 40 65
Binary 10101101 10011000 1011111 0 1100 101101 100000 101100 100000 110101

Color Harmonies of #AD985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD985F

Black with #AD985F

Text Example


Text Example

White with #AD985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD985F; }

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

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

background-color css

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

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

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

border-color css

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

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

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