Html Css Color HEX #A9985E Barley Corn

📋 copy color: '#A9985E'

red 169 ◦ green 152 ◦ blue 94

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

Shades of Barley Corn #A9985E

Tints of Barley Corn #A9985E

RGB

 RED value IS 169 (66.41% from 255) = 40.72%

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

 BLUE value IS 94 (37.11% from 255) = 22.65%

R = 40.72%
G = 36.63%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A9985E (or 0xA9985E) is known color: Barley Corn. HEX triplet: A9, 98 and 5E. RGB value is (169,152,94). Sum of RGB (Red+Green+Blue) = 169+152+94=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A9985E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9985E is #5667A1. Grayscale: #969696. Windows color (decimal): -5662626 or 6199465. OLE color: 6199465.

HSL color Cylindrical-coordinate representation of color #A9985E: hue angle of 46.4º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9985E is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 152 94 -
CMYK 0 0.10 0.44 0.34
HSL 46.4º 0.3% 0.52% -
HSV(B) 46.4º 0.44% 0.66% -
XYZ 29.61 31.7 15.15 -
YUV 150.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 169 152 94 0 0.10 0.44 0.34 46.4 0.3 0.52
Hex A9 98 5E 0 A 2C 22 2E 1E 34
Octal 251 230 136 0 12 54 42 56 36 64
Binary 10101001 10011000 1011110 0 1010 101100 100010 101110 11110 110100

Color Harmonies of #A9985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9985E

Black with #A9985E

Text Example


Text Example

White with #A9985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9985E; }

 p { color: rgb(169,152,94); }

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

background-color css

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

 a { background-color: rgb(169,152,94); }

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

border-color css

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

 span { border-color: rgb(169,152,94); }

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