Html Css Color HEX #AD985A Barley Corn

📋 copy color: '#AD985A'

red 173 ◦ green 152 ◦ blue 90

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

Shades of Barley Corn #AD985A

Tints of Barley Corn #AD985A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.69%

R = 41.69%
G = 36.63%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD985A (or 0xAD985A) is known color: Barley Corn. HEX triplet: AD, 98 and 5A. RGB value is (173,152,90). Sum of RGB (Red+Green+Blue) = 173+152+90=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD985A is #5267A5. Grayscale: #979797. Windows color (decimal): -5400486 or 5937325. OLE color: 5937325.

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

Color convert

RGB 173 152 90 -
CMYK 0 0.12 0.48 0.32
HSL 44.82º 0.34% 0.52% -
HSV(B) 44.82º 0.48% 0.68% -
XYZ 30.31 32.08 14.27 -
YUV 151.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 173 152 90 0 0.12 0.48 0.32 44.82 0.34 0.52
Hex AD 98 5A 0 C 30 20 2D 22 34
Octal 255 230 132 0 14 60 40 55 42 64
Binary 10101101 10011000 1011010 0 1100 110000 100000 101101 100010 110100

Color Harmonies of #AD985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD985A

Black with #AD985A

Text Example


Text Example

White with #AD985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD985A; }

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

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

background-color css

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

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

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

border-color css

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

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

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