Html Css Color HEX #AD985C Barley Corn

📋 copy color: '#AD985C'

red 173 ◦ green 152 ◦ blue 92

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

Shades of Barley Corn #AD985C

Tints of Barley Corn #AD985C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.06%

R = 41.49%
G = 36.45%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD985C (or 0xAD985C) is known color: Barley Corn. HEX triplet: AD, 98 and 5C. RGB value is (173,152,92). Sum of RGB (Red+Green+Blue) = 173+152+92=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD985C is #5267A3. Grayscale: #979797. Windows color (decimal): -5400484 or 6068397. OLE color: 6068397.

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

Color convert

RGB 173 152 92 -
CMYK 0 0.12 0.47 0.32
HSL 44.44º 0.33% 0.52% -
HSV(B) 44.44º 0.47% 0.68% -
XYZ 30.39 32.11 14.72 -
YUV 151.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 173 152 92 0 0.12 0.47 0.32 44.44 0.33 0.52
Hex AD 98 5C 0 C 2F 20 2C 21 34
Octal 255 230 134 0 14 57 40 54 41 64
Binary 10101101 10011000 1011100 0 1100 101111 100000 101100 100001 110100

Color Harmonies of #AD985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD985C

Black with #AD985C

Text Example


Text Example

White with #AD985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD985C; }

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

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

background-color css

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

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

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

border-color css

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

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

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