Html Css Color HEX #A9985D Barley Corn

📋 copy color: '#A9985D'

red 169 ◦ green 152 ◦ blue 93

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

Shades of Barley Corn #A9985D

Tints of Barley Corn #A9985D

RGB

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

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

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

R = 40.82%
G = 36.71%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A9985D (or 0xA9985D) is known color: Barley Corn. HEX triplet: A9, 98 and 5D. RGB value is (169,152,93). Sum of RGB (Red+Green+Blue) = 169+152+93=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A9985D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9985D is #5667A2. Grayscale: #969696. Windows color (decimal): -5662627 or 6133929. OLE color: 6133929.

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

Color convert

RGB 169 152 93 -
CMYK 0 0.10 0.45 0.34
HSL 46.58º 0.31% 0.51% -
HSV(B) 46.58º 0.45% 0.66% -
XYZ 29.57 31.68 14.91 -
YUV 150.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 169 152 93 0 0.10 0.45 0.34 46.58 0.31 0.51
Hex A9 98 5D 0 A 2D 22 2F 1F 33
Octal 251 230 135 0 12 55 42 57 37 63
Binary 10101001 10011000 1011101 0 1010 101101 100010 101111 11111 110011

Color Harmonies of #A9985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9985D

Black with #A9985D

Text Example


Text Example

White with #A9985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9985D; }

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

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

background-color css

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

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

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

border-color css

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

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

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