Html Css Color HEX #AD985D Barley Corn

📋 copy color: '#AD985D'

red 173 ◦ green 152 ◦ blue 93

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

Shades of Barley Corn #AD985D

Tints of Barley Corn #AD985D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.25%

R = 41.39%
G = 36.36%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD985D (or 0xAD985D) is known color: Barley Corn. HEX triplet: AD, 98 and 5D. RGB value is (173,152,93). Sum of RGB (Red+Green+Blue) = 173+152+93=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD985D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD985D is #5267A2. Grayscale: #979797. Windows color (decimal): -5400483 or 6133933. OLE color: 6133933.

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

Color convert

RGB 173 152 93 -
CMYK 0 0.12 0.46 0.32
HSL 44.25º 0.33% 0.52% -
HSV(B) 44.25º 0.46% 0.68% -
XYZ 30.44 32.13 14.95 -
YUV 151.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 173 152 93 0 0.12 0.46 0.32 44.25 0.33 0.52
Hex AD 98 5D 0 C 2E 20 2C 21 34
Octal 255 230 135 0 14 56 40 54 41 64
Binary 10101101 10011000 1011101 0 1100 101110 100000 101100 100001 110100

Color Harmonies of #AD985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD985D

Black with #AD985D

Text Example


Text Example

White with #AD985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD985D; }

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

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

background-color css

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

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

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

border-color css

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

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

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