#A0A18D

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

Shades of Bud #A0A18D

Tints of Bud #A0A18D

Color information

#A0A18D (or 0xA0A18D) is unknown color: approx Bud. HEX triplet: A0, A1 and 8D. RGB value is (160,161,141). Sum of RGB (Red+Green+Blue) = 160+161+141=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A18D is #5F5E72. Grayscale: #9E9E9E. Windows color (decimal): -6250099 or 9281952. OLE color: 9281952.

HSL color Cylindrical-coordinate representation of color #A0A18D: hue angle of 63º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0A18D is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB160161141-
CMYK0.0100.120.37
HSL63º9.62%59.22%-
HSV(B)63º12.42%63.14%-
XYZ32.0534.8930.24-
YUV158.42118.17129.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 161 (63.28% from 255) = 34.85%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=34.63%
G=34.85%
B=30.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601611410.0100.120.37639.6259.22
HexA0A18D10C253fa3b
Octal240241215101445771273
Binary1010000010100001100011011011001001011111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A18D; }

 p { color: rgb(160,161,141); }

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

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

 a { background-color: rgb(160,161,141); }

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

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

 span { border-color: rgb(160,161,141); }

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