Html Css Color HEX #A9915E Barley Corn

📋 copy color: '#A9915E'

red 169 ◦ green 145 ◦ blue 94

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

Shades of Barley Corn #A9915E

Tints of Barley Corn #A9915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.54%

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

R = 41.42%
G = 35.54%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A9915E (or 0xA9915E) is known color: Barley Corn. HEX triplet: A9, 91 and 5E. RGB value is (169,145,94). Sum of RGB (Red+Green+Blue) = 169+145+94=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A9915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9915E is #566EA1. Grayscale: #929292. Windows color (decimal): -5664418 or 6197673. OLE color: 6197673.

HSL color Cylindrical-coordinate representation of color #A9915E: hue angle of 40.8º 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 #A9915E is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 145 94 -
CMYK 0 0.14 0.44 0.34
HSL 40.8º 0.3% 0.52% -
HSV(B) 40.8º 0.44% 0.66% -
XYZ 28.51 29.49 14.78 -
YUV 146.36 98.45 144.15 -
System Red Green Blue C M Y K H S L
Decimal 169 145 94 0 0.14 0.44 0.34 40.8 0.3 0.52
Hex A9 91 5E 0 E 2C 22 29 1E 34
Octal 251 221 136 0 16 54 42 51 36 64
Binary 10101001 10010001 1011110 0 1110 101100 100010 101001 11110 110100

Color Harmonies of #A9915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9915E

Black with #A9915E

Text Example


Text Example

White with #A9915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9915E; }

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

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

background-color css

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

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

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

border-color css

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

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

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