#A9945C

Color #A9945C Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #A9945C

Tints of Barley Corn #A9945C

Color information

#A9945C (or 0xA9945C) is unknown color: approx Barley Corn. HEX triplet: A9, 94 and 5C. RGB value is (169,148,92). Sum of RGB (Red+Green+Blue) = 169+148+92=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A9945C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9945C is #566BA3. Grayscale: #949494. Windows color (decimal): -5663652 or 6067369. OLE color: 6067369.

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

Color convert

RGB16914892-
CMYK00.120.460.34
HSL43.64º30.92%51.18%-
HSV(B)43.64º45.56%66.27%-
XYZ28.8830.3914.47-
YUV147.8996.46143.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.32%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 92 (36.33% from 255) = 22.49%
R=41.32%
G=36.19%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691489200.120.460.3443.6430.9251.18
HexA9945C0C2E222c1f33
Octal2512241340145642543763
Binary101010011001010010111000110010111010001010110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9945C; }

 p { color: rgb(169,148,92); }

 H1.HeaderClassName
 {
   color: #A9945C;
 }
 .AnyTagClassName
 {
   color: #A9945C;
 }
</style>
background-color css

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

 a { background-color: rgb(169,148,92); }

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

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

 span { border-color: rgb(169,148,92); }

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